django1/django/core/management
Andrew Godwin de64c4d6e9 Merge remote-tracking branch 'core/master' into schema-alteration
Conflicts:
	django/core/management/commands/flush.py
	django/core/management/commands/syncdb.py
	django/db/models/loading.py
	docs/internals/deprecation.txt
	docs/ref/django-admin.txt
	docs/releases/1.7.txt
2013-08-09 14:17:30 +01:00
..
commands Merge remote-tracking branch 'core/master' into schema-alteration 2013-08-09 14:17:30 +01: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 Merge remote-tracking branch 'core/master' into schema-alteration 2013-08-09 14:17:30 +01: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