django1/django/core/management
Curtis Maloney 07876cf02b Deprecated SortedDict (replaced with collections.OrderedDict)
Thanks Loic Bistuer for the review.
2013-08-04 07:09:39 -04:00
..
commands Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
__init__.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
base.py Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using output styles. 2013-07-30 09:26:18 -04:00
color.py Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using output styles. 2013-07-30 09:26:18 -04: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