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

Feature/django 1.9 support #13

Closed asfaltboy closed 8 years ago

asfaltboy commented 8 years ago

Combine commits from #11 and #12 and adds compatibility with older versions.

renou commented 8 years ago

new release for this?

asfaltboy commented 8 years ago

Planning a release this weekend, unfortunately didn't get to it last weekend.

renou commented 8 years ago

nice! Thank you!

macagua commented 8 years ago

:+1:

renou commented 8 years ago

django 1.9 does not have "syncdb" anymore. and "migrate" seems not working neither. As a result I cant initialize the tables...

please help :)

oh oh nvm

manage.py migrate --run-syncdb works