Adds filters for for Django-specific features, including:
- Search for a DB model instance matching the incoming value.
These filters should work with any version of Django, but they have only been tested against the following versions: 2.0, 1.11.
If you encounter any issues, please report them on our Bug Tracker, and be sure to indicate which version of Django you are using.
Note
The Django Filters project will continue to support Django 1.11 (and Python 2) as long as that branch is officially-supported.
This package is an extension for the Filters library, so you can install it
as an extra to filters
:
pip install filters[django]
If desired, you can install this package separately. This allows you to control
the package version separately from filters
.
pip install filters-django