django1/django/core/management
Gabriel Muñumel 3e241313a4 Fixed #23136 -- Added a message when sqlclear does nothing 2014-08-18 13:20:29 -04:00
..
commands Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate. 2014-08-18 18:55:12 +02:00
__init__.py Fixed #23309 -- Fixed call_command to parse args correctly 2014-08-18 17:54:24 +02:00
base.py Fixed #23309 -- Fixed call_command to parse args correctly 2014-08-18 17:54:24 +02:00
color.py Fixed #13476 -- Added support for color in console output under Windows. 2013-12-02 23:18:04 -03:00
sql.py Fixed #23136 -- Added a message when sqlclear does nothing 2014-08-18 13:20:29 -04:00
templates.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
utils.py Fixed #22335 -- Fixed popen_wrapper error on non-English Windows systems. 2014-03-26 00:42:19 +01:00