From 442abf5bab7bf32f07a91edc20c8c389fa79c015 Mon Sep 17 00:00:00 2001 From: picturedots Date: Tue, 15 Aug 2017 14:22:54 -0400 Subject: [PATCH] fixed out of date links to django filtering docs --- docs/filtering.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/filtering.rst b/docs/filtering.rst index f6ad8828f..d6d2ff68b 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``. @@ -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: