mrts / django-admin-list-filter-dropdown

Use dropdowns in Django admin list filter
MIT License
315 stars 48 forks source link

Added ChoiceDropdownFilter #2

Closed ihoru closed 7 years ago

ihoru commented 7 years ago

ChoiceDropdownFilter is needed with not related fields, but those which have choices field

mrts commented 7 years ago

Good point, thanks!