django1/django/core/management
Marti Raudsepp fda55c71a8 Fixed #27858 -- Prevented read-only management commands from creating the django_migrations table.
MigrationRecorder now assumes that if the django_migrations table
doesn't exist, then no migrations are applied.

Reverted documentation change from refs #23808.
2017-06-19 13:04:57 -04:00
..
commands Fixed #27787 -- Made call_command() validate the options it receives. 2017-06-16 21:28:38 -04:00
__init__.py Fixed #27787 -- Made call_command() validate the options it receives. 2017-06-16 21:28:38 -04:00
base.py Fixed #27858 -- Prevented read-only management commands from creating the django_migrations table. 2017-06-19 13:04:57 -04:00
color.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00
sql.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00
templates.py DRY'd startapp and startproject management commands. 2017-05-30 10:30:32 -04:00
utils.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00