Skip to content

Commit 40da74f

Browse files
Mention filter incompatibility with django 2.0
Was in the process of updating our app to Python 3 + Django 2.1 and ran into this (would've been nice if t was mentioned in the docs). Related: #464
1 parent 9351626 commit 40da74f

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)