summaryrefslogtreecommitdiff
path: root/django/utils/importlib.py
AgeCommit message (Collapse)Author
2015-01-17Removed django.utils.importlib per deprecation timeline.Tim Graham
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
Thanks Anssi Kääriäinen for the idea and Simon Charette for the review.
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-10-26Fixed #21335 -- Use importlib from python3 when using python3Andrey Antukh
2013-07-29Deprecated django.utils.importlibClaude Paroz
This was a shim for pre-Python 2.7 support.
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know ↵Jacob Kaplan-Moss
this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett! git-svn-id: http://code.djangoproject.com/svn/django/trunk@10088 bcc190cf-cafb-0310-a4f2-bffc1f526a37