Skip to content

Commit 63afd62

Browse files
committed
admin. ->
1 parent 133287f commit 63afd62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

django_adminlink/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@ def adminfilter_factory(parameter_name, choices, verbose_name=None):
187187
choices = {k: vs for k, *vs in choices}
188188
return type(
189189
f"{class_name}Filter",
190-
(admin.ChoiceListFilter,),
190+
(ChoiceListFilter,),
191191
{"title": verbose_name, "parameter_name": parameter_name, "choices": choices},
192192
)

0 commit comments

Comments
 (0)