-
Notifications
You must be signed in to change notification settings - Fork 108
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
Warning in loader.py in Django 1.8 #85
Comments
I sent the pull request. |
The same problem. How to fix ? |
Hi @BlastPy, the problem is solved as well: In the file loader.py add this: |
the repo is not maintained? the latest version is released in 2013 . I add the suggest in loader.py , the problem is still exists |
A bit worrisome, this repo appears abandoned? |
I don't know if I'm allowed to but I forked and fixed it here: https://github.com/gungorbudak/django-endless-pagination. Also, used Bootstrap 3 theme for the templates, FYI by taking some help from https://github.com/mozillazg/django-endless-pagination-bootstrap-theme To upgrade, you do the following:
And, the warning is gone. |
try my app |
In Django 1.8 when execute the server display the following warning:
RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9. from django.utils.importlib import import_module
The text was updated successfully, but these errors were encountered: