We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I've just discovered the same issue, would be a shame to have to lose this from my project.
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: