Claude Paroz
|
210d0489c5
|
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Thanks Anssi Kääriäinen for the idea and Simon Charette for the
review.
|
2014-03-08 09:57:40 +01:00 |
Loic Bistuer
|
6685713869
|
Fixed E127 pep8 warnings.
|
2013-12-14 11:59:15 -05:00 |
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 |