thomst / django-more-admin-filters

Django-more-admin-filters is a collection of django admin filters with a focus on filters using dropdown widgets, multiple choice filters and filters working with annotated attributes.
BSD 3-Clause "New" or "Revised" License
98 stars 26 forks source link

added support django <=4.0.2 and python <=3.10 #18

Closed artemiydruzhinin closed 1 year ago

aringot commented 2 years ago

Hi, also looking for django 4 support, having a look at the previous upgrades it looks like we also need to update the .travis.yml and the tox.ini files. See: https://github.com/thomst/django-more-admin-filters/commit/db6c961116d80ffbfd7c1fae1e4a60be83401488

Happy to try and add the commits if needed and possible!

thomst commented 1 year ago

@pokidovea Thank you for your contribution. I know merged PR#22 which make this PR obsolete. Django-4.0 support is coming soon. Some tests with specific Python-versions and Django-4.1 are failing. There will be some debugging neccessary.