django1/django/core/management/commands
Simon Charette f937c9ec97 Fixed #24100 -- Made the migration signals dispatch its plan and apps.
Thanks Markus for your contribution and Tim for your review.
2016-05-15 19:51:15 -04: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 E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
dumpdata.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
flush.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
inspectdb.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
loaddata.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
makemessages.py Fixed #26341 (again) -- Addressed multiple occurrences per line use case 2016-05-02 19:39:56 +02:00
makemigrations.py Fixed #26429 -- Added a timestamp to merge migration names. 2016-05-11 08:19:19 -04:00
migrate.py Fixed #24100 -- Made the migration signals dispatch its plan and apps. 2016-05-15 19:51:15 -04:00
runserver.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
sendtestemail.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
shell.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
showmigrations.py Included reverse deps in showmigrations 2016-05-08 13:53:36 +02: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 E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04: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 E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
testserver.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00