mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
Merge pull request #5027 from Jackevansevo/patch-1
Document adding django_filters to INSTALLED_APPS
This commit is contained in:
commit
c684147e65
|
@ -142,7 +142,7 @@ Note that you can use both an overridden `.get_queryset()` and generic filtering
|
||||||
The `django-filter` library includes a `DjangoFilterBackend` class which
|
The `django-filter` library includes a `DjangoFilterBackend` class which
|
||||||
supports highly customizable field filtering for REST framework.
|
supports highly customizable field filtering for REST framework.
|
||||||
|
|
||||||
To use `DjangoFilterBackend`, first install `django-filter`.
|
To use `DjangoFilterBackend`, first install `django-filter`. Then add `django_filters` to Django's `INSTALLED_APPS`
|
||||||
|
|
||||||
pip install django-filter
|
pip install django-filter
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user