You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django removes utils.importlib, as this is now present in the standard library as of Python 2.7. This is a planned deprecation from Django 1.7. See related PR #96 for a suggested resolution.
The text was updated successfully, but these errors were encountered:
Django removes
utils.importlib
, as this is now present in the standard library as of Python 2.7. This is a planned deprecation from Django 1.7. See related PR #96 for a suggested resolution.The text was updated successfully, but these errors were encountered: