alesdotio / django-admin-shortcuts

Add simple and pretty shortcuts to the django admin homepage.
Other
205 stars 53 forks source link

Django 1.9 compatibility #24

Closed philippbosch closed 8 years ago

philippbosch commented 8 years ago

django-admin-shortcuts raises an ImportError in Django 1.9 because django.utils.importlib has been deprecated in 1.9. We are supposed to use importlib from the standard library. I left the other imports in there as a fallback because importlib is only available in Python 2.7 and above. But according to setup.py Python 2.6 should also be supported.

alesdotio commented 8 years ago

I believe this is now fixed in 1.2.7