darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.31k stars 701 forks source link

Fix horizontal filter params. #684

Closed shulcsm closed 6 years ago

shulcsm commented 6 years ago

We can't just look at params alone since there are many edge cases that don't work. This is arguably the correct way to do this since it looks at expected_parameters and param name may have nothing to do with filter id or field name.