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