renamed multiselectdropdownfilter template

django-5.0
Thomas Leichtfuß 2020-09-05 10:39:02 +02:00
parent fcbf7c40dc
commit a7bd28653f
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ class MultiSelectRelatedFilter(MultiSelectMixin, admin.RelatedFieldListFilter):
class MultiSelectDropdownFilter(MultiSelectFilter):
template = 'dropdownmultiselectfilter.html'
template = 'multiselectdropdownfilter.html'
def choices(self, changelist):
query_string = changelist.get_query_string({}, [self.lookup_kwarg, self.lookup_kwarg_isnull])
@ -191,7 +191,7 @@ class MultiSelectDropdownFilter(MultiSelectFilter):
class MultiSelectRelatedDropdownFilter(MultiSelectRelatedFilter):
template = 'dropdownmultiselectfilter.html'
template = 'multiselectdropdownfilter.html'
def choices(self, changelist):
query_string = changelist.get_query_string({}, [self.lookup_kwarg, self.lookup_kwarg_isnull])