Andrey Antukh
|
3351e94ffa
|
Fixed #21335 -- Use importlib from python3 when using python3
|
2013-10-26 22:53:12 +02:00 |
Claude Paroz
|
fdd7a355bf
|
Deprecated django.utils.importlib
This was a shim for pre-Python 2.7 support.
|
2013-07-29 17:10:22 +02:00 |
Aymeric Augustin
|
a84d79f572
|
[py3] Added Python 3 compatibility for xrange.
|
2012-07-22 09:29:56 +02:00 |
Jacob Kaplan-Moss
|
c485e236bd
|
Fixed #8193: all dynamic imports in Django are now done correctly. I know 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
|
2009-03-18 16:55:59 +00:00 |