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

RemovedInDjango19Warning #68

Closed
epicserve opened this issue Apr 8, 2015 · 4 comments
Closed

RemovedInDjango19Warning #68

epicserve opened this issue Apr 8, 2015 · 4 comments

Comments

@epicserve
Copy link

I'm getting the following warning:

/Users/xxxx/.virtualenvs/xxxxx/lib/python2.7/site-packages/redis_cache/cache.py:3: RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9.
  from django.utils import importlib
@epicserve
Copy link
Author

I guess I should note I'm using the current pypi version 0.13.0.

@sebleier
Copy link
Owner

sebleier commented Apr 9, 2015

Django is deprecating its version of importlib in favor of the standard lib's version. I've made the updates to make the library compatible with Django 1.9. 558c2a4

@sebleier sebleier closed this as completed Apr 9, 2015
@epicserve
Copy link
Author

@sebleier Cool, thanks! Will this be made into a release soonish?

@sebleier
Copy link
Owner

sebleier commented Apr 9, 2015

Sorry, forgot to mention it's already on pypi as 0.13.1

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