Getting Started
Installation
Dj-rest-filters can be installed from PyPI with tools like pip:
pip install dj-rest-filters
Configuration
Add djfilters to your INSTALLED_APPS.
INSTALLED_APPS = [
...
'djfilters',
]
Requirements
| Minimum | Tested up to | |
|---|---|---|
| Python | 3.8 | 3.14 |
| Django | 3.2 | 5.2 |
| Django REST Framework | 3.12 | 3.17 |