Refs #19721 -- Corrected list formatting in admin filters docs.

This commit is contained in:
Shreya Bamne 2021-12-08 14:25:35 +01:00 committed by Carlton Gibson
parent 7d02fa9433
commit 2b76f45749
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ or tuple of elements, where each element is one of the following types:
- A field name.
- A subclass of ``django.contrib.admin.SimpleListFilter``.
- A 2-tuple containing a field name and a subclass of
``django.contrib.admin.FieldListFilter``.
``django.contrib.admin.FieldListFilter``.
See the examples below for discussion of each of these options for defining
``list_filter``.