django1/django/core/management
Tim Graham 495abe0095 Refs #29198 -- Fixed migrate --plan crash if RunSQL uses a list or tuple.
Also fixed test failures if sqlparse isn't installed.
2018-09-19 17:13:39 -04:00
..
commands Refs #29198 -- Fixed migrate --plan crash if RunSQL uses a list or tuple. 2018-09-19 17:13:39 -04:00
__init__.py Removed duplicate words in various comments. 2018-07-18 11:54:15 -04:00
base.py Refs #29560 -- Fixed typo in django/core/management/base.py. 2018-09-11 12:47:17 -04:00
color.py Fixed #29560 -- Added --force-color management command option. 2018-09-11 11:15:42 -04:00
sql.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00
templates.py Fixed #17379 -- Removed management commands deactivation of the locale. 2018-05-13 10:21:53 +02:00
utils.py Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an equals sign. 2018-08-23 10:12:03 -04:00