django-filter
Package — Web AuthPython 3.7+Intermediate
Dynamic queryset filtering for Django REST Framework
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- Django
- Install
pip install django-filter
Learn by Difficulty
Quick Example
python
# Install: pip install django-filter import django_filter # Basic django-filter usage print(f"Using django-filter") # See documentation for detailed examples
django-filter is a third-party package. Dynamic queryset filtering for Django REST Framework. Install with: pip install django-filter
Try in PlaygroundTags
packagewebauthenticationmiddleware