django-filter 25.1 documentation (original) (raw)

View this page

Toggle table of contents sidebar

Django-filter is a generic, reusable application to alleviate writing some of the more mundane bits of view code. Specifically, it allows users to filter down a queryset based on a model’s fields, displaying the form to let them do this.

User Guide