summaryrefslogtreecommitdiff
path: root/django/utils/importlib.py
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
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
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 thi...Jacob Kaplan-Moss