From a9d39a4f5ed2d6f2f5f70b8e2bc3e4f0e957b9ab Mon Sep 17 00:00:00 2001 From: Tomasz Kontusz Date: Mon, 16 Sep 2019 05:50:23 +0200 Subject: [PATCH] Drop support for django-filter < 2 It was only needed for Python 2.7 --- docs/filtering.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/filtering.rst b/docs/filtering.rst index d22d349..a511c64 100644 --- a/docs/filtering.rst +++ b/docs/filtering.rst @@ -2,8 +2,8 @@ Filtering ========= Graphene integrates with -`django-filter `__ to provide filtering of results. See the `usage -documentation `__ +`django-filter `__ to provide filtering of results. +See the `usage documentation `__ for details on the format for ``filter_fields``. This filtering is automatically available when implementing a ``relay.Node``.