django1/django/core/management/commands
Markus Holtermann 45ded053b1 Fixed #27666 -- Delayed rendering of recursivly related models in migration operations. 2017-01-17 08:12:52 -05:00
..
__init__.py Major refactoring of django.core.management -- it's now a package rather than a 1730-line single module. All django-admin/manage.py commands are now stored in separate modules. This is backwards-incompatible for people who used django.core.management functions directly 2007-08-16 06:06:55 +00:00
check.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
compilemessages.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
createcachetable.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
dbshell.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
diffsettings.py Fixed #27438 -- Added the diffsettings --default option. 2016-11-10 07:50:49 -05:00
dumpdata.py Fixed #26826 -- Stripped spaces from dumpdata pks arguments 2016-07-16 20:49:10 +02:00
flush.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
inspectdb.py Replaced '__' with LOOKUP_SEP constant. 2016-10-11 11:14:06 -04:00
loaddata.py Fixed #20468 -- Added loaddata --exclude option. 2016-06-09 10:35:32 -04:00
makemessages.py Fixed #27546 -- Removed hardcoded class names in __repr__() methods. 2016-12-01 08:11:09 -05:00
makemigrations.py Fixed #27588 -- Removed unneeded colon in makemigrations output. 2016-12-12 09:38:13 -05:00
migrate.py Fixed #27666 -- Delayed rendering of recursivly related models in migration operations. 2017-01-17 08:12:52 -05:00
runserver.py Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensibility. 2017-01-09 10:41:33 -05:00
sendtestemail.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
shell.py Fixed #27721 -- Added interface name to shell's IPython/bython import error. 2017-01-12 13:12:21 -05:00
showmigrations.py Fixed #27432 -- Made app_label arguments limit showmigrations --plan output. 2017-01-06 19:50:31 -05:00
sqlflush.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
sqlmigrate.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
sqlsequencereset.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
squashmigrations.py Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes) 2016-10-06 11:41:35 +02:00
startapp.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
startproject.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
test.py Fixed #25415 -- Made DiscoverRunner run system checks. 2016-12-29 12:33:24 -05:00
testserver.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00