Add MultiSelectRelatedOnlyDropdownFilter

django-5.0
Henri J. Norden 2024-01-18 17:10:40 +02:00
parent 506949ffd8
commit f985b8126a
1 changed files with 4 additions and 0 deletions

View File

@ -283,6 +283,10 @@ class MultiSelectRelatedDropdownFilter(MultiSelectRelatedFilter):
}
class MultiSelectRelatedOnlyDropdownFilter(MultiSelectRelatedDropdownFilter, MultiSelectRelatedOnlyFilter):
pass
# Filter for annotated attributes.
# NOTE: The code is more or less the same than admin.FieldListFilter but
# we must not subclass it. Otherwise django's filter setup routine wants a real