A Django admin list filter for PostgreSQL ArrayFields

Niccolò Mineo
Mar 14, 2021

Django’s ArrayField is a nifty resource straight out of the Field API, helping you avoid polluting your database with tables that you already know won’t be subject to advanced aggregations. Yet, there is no such thing as a native helper for a trivial implementation of an admin list filter feeding from an ArrayField. Let’s fill the gap!

Read it at: https://niccolomineo.com/articles/django-admin-list-filter-postgresql-arrayfields/

--

--

Niccolò Mineo

Philosophy grad specialised in Journalism and Computer Science, working in product development.