Merge pull request #491 from ACollectionOfAtoms/patch-1

Mention filter incompatibility with django 2.0
This commit is contained in:
Syrus Akbary 2018-08-31 11:53:58 +02:00 committed by GitHub
commit 14f156ef5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,9 @@ Filtering
Graphene integrates with Graphene integrates with
`django-filter <https://django-filter.readthedocs.io/en/1.1.0/>`__ (< 2.0.0) to provide `django-filter <https://django-filter.readthedocs.io/en/1.1.0/>`__ (< 2.0.0) to provide
filtering of results. See the `usage filtering of results (this also means filtering is only compatible with Django < 2.0).
See the `usage
documentation <https://django-filter.readthedocs.io/en/1.1.0/guide/usage.html#the-filter>`__ documentation <https://django-filter.readthedocs.io/en/1.1.0/guide/usage.html#the-filter>`__
for details on the format for ``filter_fields``. for details on the format for ``filter_fields``.