Contents

django-filter 25.2

0

Django-filter is a reusable Django application for allowing users to filter querysets dynamically.

Django-filter is a reusable Django application for allowing users to filter querysets dynamically.

Stars: 4680, Watchers: 4680, Forks: 775, Open Issues: 85

The carltongibson/django-filter repo was created 17 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 4680 github stars!

How to Install django-filter

You can install django-filter using pip

pip install django-filter

or add it to a project with poetry

poetry add django-filter

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/django-filter/
Documentation:
https://django-filter.readthedocs.io/en/main/
GitHub Repo:
https://github.com/carltongibson/django-filter

Classifiers

No  django-filter  pypi packages just yet.

Errors

A list of common django-filter errors.

Code Examples

Here are some django-filter code examples and snippets.

GitHub Issues

The django-filter package has 85 open issues on GitHub

  • Added Uzbek (uz) translations
  • Fix #1734: Handle null_value correctly in BooleanFilter
  • Formalized support for Python 3.14
  • Small patch to OrderingFilter to allow for using query expressions instead of plain field names
  • Bump the github-actions group across 1 directory with 3 updates
  • ModelChoiceFilter not working for custom field (not pk).
  • Rework ordering filter
  • [OrderingFilter] Question / Feature request: Allow to specify arbitrary Django ORM expression for ordering

See more issues on GitHub

Related Packages & Articles

django-filer 3.4.4

A file management application for django that makes handling of files and images a breeze.

django-environ 0.12.0

A package that allows you to utilize 12factor inspired environment variables to configure your Django application.