Skip Navigation

How to Add a Text Filter to Django Admin

hakibenita.com How to Add a Text Filter to Django Admin

How we made Django admin faster by adding a new type of filter

How to Add a Text Filter to Django Admin

I ran across this while looking for tools to provide something like the raw_id_fields widget in Django's list admin view. This post is a few years old at this point, but I think the solution it contains still works pretty well (caveat: I haven't tried it yet).

I also enjoyed the author's take on the conversation with support. I can definitely relate to that.

1