mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-25 19:14:11 +03:00
Merge pull request #491 from ACollectionOfAtoms/patch-1
Mention filter incompatibility with django 2.0
This commit is contained in:
commit
14f156ef5f
|
@ -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``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user