mrts / django-admin-list-filter-dropdown

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

It doesnt work with Django 2.1.+ #18

Closed jrsenthilk closed 5 years ago

jrsenthilk commented 5 years ago

I have tried the exact steps but it just does not work with Django 2.1.+. Is there any additional steps needed? The output continues to be the traditional way of listing the filters.

mrts commented 5 years ago

It is used in production both with Django 1.11+ and 2.2+, so I'm afraid the problem is with your project. Can you provide an example where it does not work?