From b15e1688e5341856e6bbf8679590fe8ba88cab1a Mon Sep 17 00:00:00 2001 From: Peter Paul Kiefer Date: Sat, 12 Feb 2022 18:58:26 +0100 Subject: [PATCH] #1295 github link fixed (master->v2) --- docs/filtering.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/filtering.rst b/docs/filtering.rst index 4d34364..a131b30 100644 --- a/docs/filtering.rst +++ b/docs/filtering.rst @@ -27,7 +27,7 @@ After installing ``django-filter`` you'll need to add the application in the ``s ] Note: The techniques below are demoed in the `cookbook example -app `__. +app `__. Filterable fields -----------------