alesdotio / django-admin-shortcuts

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

Fixes importError for import_module in django 1.9 #22

Closed josesanch closed 8 years ago

josesanch commented 8 years ago

django.utils.importlib is a compatibility library for when Python 2.6 was still supported. It has been obsolete since Django 1.7, which dropped support for Python 2.6, and is removed in 1.9 per the deprecation cycle.

alesdotio commented 8 years ago

Thanks!

chhantyal commented 8 years ago

Looks like this is not yet released in PyPI. Could you please update?

alesdotio commented 8 years ago

Yes, thank you