Skip to content

Commit 73bd709

Browse files
authored
Document adding django_filters to installed apps
Reminds users to add `django_filters` to their `INSTALLED_APPS` as detailed in the django-filter documentation https://django-filter.readthedocs.io/en/develop/guide/install.html
1 parent 63a4021 commit 73bd709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Note that you can use both an overridden `.get_queryset()` and generic filtering
142142
The `django-filter` library includes a `DjangoFilterBackend` class which
143143
supports highly customizable field filtering for REST framework.
144144

145-
To use `DjangoFilterBackend`, first install `django-filter`.
145+
To use `DjangoFilterBackend`, first install `django-filter`. Then add `django_filters` to Django's `INSTALLED_APPS`
146146

147147
pip install django-filter
148148

0 commit comments

Comments
 (0)