django1/django/core/management
Marten Kenbeek e272904ff7 Fixed #23407 -- Extended coverage of makemigrations --noinput option.
Changed --noinput option in makemigrations to suppress all user prompts,
not just when combined with --merge.
2015-03-08 19:44:14 +01:00
..
commands Fixed #23407 -- Extended coverage of makemigrations --noinput option. 2015-03-08 19:44:14 +01: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