Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with Django 1.9? #11

Open
tufelkinder opened this issue May 4, 2016 · 2 comments
Open

Incompatible with Django 1.9? #11

tufelkinder opened this issue May 4, 2016 · 2 comments

Comments

@tufelkinder
Copy link

Importing models too early in any module causes the entire application to fail to load under Django 1.9.

See: https://docs.djangoproject.com/en/1.9/ref/applications/#how-applications-are-loaded

@whelks-chance
Copy link

I've just discovered the same issue, would be a shame to have to lose this from my project.

@whelks-chance
Copy link

For future people searching for this:

https://github.com/vosi/django-grappelli-filters

A Fork is ahead of this appears to work with Django 1.9. The following changes are needed:

from grappelli_filters.filters import SearchFilter
from grappelli_filters.admin import  FiltersMixin

I was lazy and just added this to requirements.txt

-e git://github.com/vosi/django-grappelli-filters.git#egg=grappelli_filters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants