django1/django/core/management
Jon Dufresne 4115288b4f Fixed #26315 -- Allowed call_command() to accept a Command object as the first argument. 2016-03-05 13:05:10 -05:00
..
commands Cleaned up tests to use call_command() instead of Command.execute(). 2016-03-05 12:59:30 -05:00
__init__.py Fixed #26315 -- Allowed call_command() to accept a Command object as the first argument. 2016-03-05 13:05:10 -05:00
base.py Passed proper default value to int-type 'verbosity' option 2016-03-03 20:42:43 +01:00
color.py Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -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 #25968 -- Changed project/app templates to use a "py-tpl" suffix. 2016-01-25 12:39:06 -05:00
utils.py Added a function for SECRET_KEY generation logic. 2016-02-11 08:07:59 -05:00