From 2bda92d34b8e932d04e93aad15aad7b65bbe5f50 Mon Sep 17 00:00:00 2001 From: Dan Hayden Date: Thu, 23 Jun 2022 10:13:18 +0100 Subject: [PATCH] Update README.rst correct link to django-filter documentaion --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2f70a9c..442892e 100644 --- a/README.rst +++ b/README.rst @@ -144,7 +144,7 @@ You can override the default ``Contact`` model by setting an option on the admin Filtering on contact properties =============================== -You might want to only send a campaign to a subset of your ``Contact`` models. Creating a filter using `django-filter `_ and adding it to the ``CampaignAdmin`` allows users to filter on any property. +You might want to only send a campaign to a subset of your ``Contact`` models. Creating a filter using `django-filter `_ and adding it to the ``CampaignAdmin`` allows users to filter on any property. ``filters.py``