We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133287f commit 63afd62Copy full SHA for 63afd62
1 file changed
django_adminlink/admin.py
@@ -187,6 +187,6 @@ def adminfilter_factory(parameter_name, choices, verbose_name=None):
187
choices = {k: vs for k, *vs in choices}
188
return type(
189
f"{class_name}Filter",
190
- (admin.ChoiceListFilter,),
+ (ChoiceListFilter,),
191
{"title": verbose_name, "parameter_name": parameter_name, "choices": choices},
192
)
0 commit comments