Contents

django-filter 24.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: 4308, Watchers: 4308, Forks: 751, Open Issues: 62

The carltongibson/django-filter repo was created 15 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 4308 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 62 open issues on GitHub

  • Add support for python3.10
  • ModelChoiceFilter / ForeignKey lookup exact causing issues
  • Empty value for csv filter
  • Add group validation & filtering
  • Filter on multiple fields with OR condition
  • IsoDateTimeFromToRangeFilterTests fail with DST

See more issues on GitHub

Related Packages & Articles

django-filer 3.1.1

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

django-environ 0.11.2

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