modlinltd / django-advanced-filters

Add advanced filtering abilities to Django admin
https://pypi.org/project/django-advanced-filters/
MIT License
771 stars 173 forks source link

Django 2.0 migration #73

Closed peppelinux closed 6 years ago

peppelinux commented 6 years ago

It will only works with Django 2.0

asfaltboy commented 6 years ago

Hey @peppelinux thank you for contributing 👍 ! I'd like to support older Django versions, so I hope you don't mind, we're going to merge PR #63. If you still have issues unaddressed by that PR, kindly open an issue!

peppelinux commented 6 years ago

I tried to use this PR but it simply doesn't work because b64 query is stored, in db, as b"value" and not as value. So I coded my fork

asfaltboy commented 6 years ago

Can you elaborate what exactly you're experience? Maybe provide with steps to reproduce and side-effects?

I ask this because I just tried creating, editing and using advanced filters in the included test_project with Django==2.0.6 and python 3.6.4 and it worked just fine for me...