From 2159d9063bd5b1065401bd411f78bf2a529aaf6a Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 8 Nov 2016 20:31:34 +0100 Subject: [PATCH] Fix typo --- docs/guide/tips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/tips.txt b/docs/guide/tips.txt index 2526493..7b46a8d 100644 --- a/docs/guide/tips.txt +++ b/docs/guide/tips.txt @@ -142,7 +142,7 @@ the ``null_label`` parameter. More details in the ``ChoiceFilter`` reference queryset=Category.objects.all(), ) -Solution 3: Comining fields w/ ``MultiValueField`` +Solution 3: Combining fields w/ ``MultiValueField`` """""""""""""""""""""""""""""""""""""""""""""""""" An alternative approach is to use Django's ``MultiValueField`` to manually add