mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-07 13:54:21 +03:00
Drop support for django-filter < 2
It was only needed for Python 2.7
This commit is contained in:
parent
758f326375
commit
a9d39a4f5e
|
@ -2,8 +2,8 @@ Filtering
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Graphene integrates with
|
Graphene integrates with
|
||||||
`django-filter <https://django-filter.readthedocs.io/en/master/>`__ to provide filtering of results. See the `usage
|
`django-filter <https://django-filter.readthedocs.io/en/master/>`__ to provide filtering of results.
|
||||||
documentation <https://django-filter.readthedocs.io/en/master/guide/usage.html#the-filter>`__
|
See the `usage documentation <https://django-filter.readthedocs.io/en/master/guide/usage.html#the-filter>`__
|
||||||
for details on the format for ``filter_fields``.
|
for details on the format for ``filter_fields``.
|
||||||
|
|
||||||
This filtering is automatically available when implementing a ``relay.Node``.
|
This filtering is automatically available when implementing a ``relay.Node``.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user