From b9c8bb57be449f9c91bcd2190387a07d048b8b68 Mon Sep 17 00:00:00 2001 From: "Haris Ibrahim K. V" Date: Tue, 15 Aug 2017 14:09:36 +0530 Subject: [PATCH 1/2] Fixes the link to django-filter `usage documentation`. --- docs/filtering.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/filtering.rst b/docs/filtering.rst index f6ad882..eb63f2c 100644 --- a/docs/filtering.rst +++ b/docs/filtering.rst @@ -4,7 +4,7 @@ Filtering Graphene integrates with `django-filter `__ to provide filtering of results. See the `usage -documentation `__ +documentation `__ for details on the format for ``filter_fields``. This filtering is automatically available when implementing a ``relay.Node``. From bf2b5a940e8a2c4324fa5550cfd2d61570650e22 Mon Sep 17 00:00:00 2001 From: "Haris Ibrahim K. V" Date: Tue, 15 Aug 2017 14:32:59 +0530 Subject: [PATCH 2/2] Changes one more occurence of the django-filter link. --- docs/filtering.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/filtering.rst b/docs/filtering.rst index eb63f2c..2e0659f 100644 --- a/docs/filtering.rst +++ b/docs/filtering.rst @@ -26,7 +26,7 @@ Filterable fields The ``filter_fields`` parameter is used to specify the fields which can be filtered upon. The value specified here is passed directly to ``django-filter``, so see the `filtering -documentation `__ +documentation `__ for full details on the range of options available. For example: