.. |
__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
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
compilemessages.py
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01: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
|
Refs #23919 -- Removed most of remaining six usage
|
2017-01-18 21:33:28 +01:00 |
inspectdb.py
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
loaddata.py
|
Refs #23919 -- Removed six.PY2/PY3 usage
|
2017-01-18 16:21:28 +01:00 |
makemessages.py
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
makemigrations.py
|
Refs #23919 -- Removed most of remaining six usage
|
2017-01-18 21:33:28 +01:00 |
migrate.py
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
runserver.py
|
Refs #23919 -- Removed six.PY2/PY3 usage
|
2017-01-18 16:21:28 +01:00 |
sendtestemail.py
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
shell.py
|
Refs #25838 -- Removed the deprecated shell --plain option.
|
2017-01-17 20:52:02 -05:00 |
showmigrations.py
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
sqlflush.py
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
sqlmigrate.py
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
sqlsequencereset.py
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
squashmigrations.py
|
Refs #23919 -- Removed most of remaining six usage
|
2017-01-18 21:33:28 +01: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 |