mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +03:00
Add link to django-filter on first reference (#6777)
This commit is contained in:
parent
f5470ab9e2
commit
989aeca205
|
@ -142,7 +142,7 @@ Note that you can use both an overridden `.get_queryset()` and generic filtering
|
||||||
|
|
||||||
## DjangoFilterBackend
|
## DjangoFilterBackend
|
||||||
|
|
||||||
The `django-filter` library includes a `DjangoFilterBackend` class which
|
The [`django-filter`][django-filter-docs] 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`. Then add `django_filters` to Django's `INSTALLED_APPS`
|
To use `DjangoFilterBackend`, first install `django-filter`. Then add `django_filters` to Django's `INSTALLED_APPS`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user