mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-14 05:36:50 +03:00
2395fb5386
Deprecate the built-in `rest_framework.filters.DjangoFilterBackend` in favour of the third-party `django_filters.rest_framework.DjangoFilterBackend`.
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
# Optional packages which may be used with REST framework.
|
|
markdown==2.6.4
|
|
django-guardian==1.4.6
|
|
django-filter==0.15.3
|
|
coreapi==2.0.8
|