django1/django/core/management
Tim Heap deb607648e Fixed #23728 -- Added the --exit option to makemigrations.
If no changes that need migrations are found, `makemigrations --exit`
exits with error code 1.
2014-11-28 07:48:39 -05:00
..
commands Fixed #23728 -- Added the --exit option to makemigrations. 2014-11-28 07:48:39 -05:00
__init__.py Fixed #23685 -- Made call_command skip checks by default 2014-10-20 17:26:00 +02:00
base.py Clarified BaseCommand --traceback behavior. 2014-10-30 14:15:31 -04:00
color.py Refactored color_style() and no_style() to improve testability. Refs #23663. 2014-10-22 11:27:00 +07:00
sql.py Normalized opening a file and decoding its content. 2014-11-11 22:54:27 +01:00
templates.py Fixed #23899 -- Added 'Generated by Django X.Y' to startproject template. 2014-11-25 09:41:56 -05:00
utils.py Simplified handle_extensions management utility 2014-11-17 09:24:56 +01:00