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

Use Python's importlib if it exists #33

Merged
merged 1 commit into from
May 29, 2015
Merged

Conversation

helenst
Copy link
Contributor

@helenst helenst commented May 21, 2015

Attempted use of django.utils.importlib generates a warning in Django 1.8 - this module will be removed in 1.9.

https://docs.djangoproject.com/en/1.8/releases/1.7/#django-utils-dictconfig-django-utils-importlib

Django's importlib is a copy of this and will be removed in 1.9

Fixes jgorset#29
jgorset added a commit that referenced this pull request May 29, 2015
Use Python's importlib if it exists
@jgorset jgorset merged commit 6e97664 into jgorset:master May 29, 2015
@helenst helenst deleted the importlib branch June 11, 2015 14:45
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

Successfully merging this pull request may close these issues.

2 participants