Skip to content

Commit 14f156e

Browse files
authored
Merge pull request #491 from ACollectionOfAtoms/patch-1
Mention filter incompatibility with django 2.0
2 parents 9351626 + 40da74f commit 14f156e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/filtering.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Filtering
33

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

0 commit comments

Comments
 (0)