Drop support for django-filter < 2

It was only needed for Python 2.7
This commit is contained in:
Tomasz Kontusz 2019-09-16 05:50:23 +02:00 committed by Jean-Louis Fuchs
parent 758f326375
commit a9d39a4f5e
No known key found for this signature in database
GPG Key ID: 3440F981335FD30F

View File

@ -2,8 +2,8 @@ Filtering
=========
Graphene integrates with
`django-filter <https://django-filter.readthedocs.io/en/master/>`__ to provide filtering of results. See the `usage
documentation <https://django-filter.readthedocs.io/en/master/guide/usage.html#the-filter>`__
`django-filter <https://django-filter.readthedocs.io/en/master/>`__ to provide filtering of results.
See the `usage documentation <https://django-filter.readthedocs.io/en/master/guide/usage.html#the-filter>`__
for details on the format for ``filter_fields``.
This filtering is automatically available when implementing a ``relay.Node``.