django1/django/core/management
John Giannelos 8758a63ddb Fixed #24427 -- Stopped writing migration files in dry run mode when merging.
Also added display of migration to stdout when verbosity=3.
2015-03-16 14:04:37 -04:00
..
commands Fixed #24427 -- Stopped writing migration files in dry run mode when merging. 2015-03-16 14:04:37 -04:00
__init__.py Refs #24324 -- Fixed management command discovery on non-ASCII paths. 2015-02-17 07:27:47 -05:00
base.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
color.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
sql.py Removed support for syncing apps without migrations per deprecation timeline. 2015-01-18 15:58:06 -05:00
templates.py Fixed a few uses of Template that relied on a default engine. 2015-02-22 23:13:55 +01:00
utils.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00