django1/django/core/management
Claude Paroz 5c1143910e Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
2013-07-29 20:28:13 +02:00
..
commands Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
__init__.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
base.py Fixed #20445 -- Raised original exception after command error 2013-05-20 18:59:37 +02:00
color.py Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying attention to every commit I make :-) 2010-02-03 00:34:49 +00:00
sql.py Fixed #14300 -- Fixed initial SQL location if models is a package. 2013-07-24 06:56:33 -04:00
templates.py Fixed #20632 -- Fixed {{ docs_version }} in project template 2013-06-20 15:39:58 +02:00
utils.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
validation.py Fixed #19925 - Added validation for REQUIRED_FIELDS being a list 2013-06-07 19:58:41 -04:00