.. |
__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 #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
|
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
|
2016-09-12 09:26:33 +02:00 |
loaddata.py
|
Fixed #20468 -- Added loaddata --exclude option.
|
2016-06-09 10:35:32 -04:00 |
makemessages.py
|
Fixed #27034 -- Made makemessages independent of USE_I18N
|
2016-08-11 21:16:19 +02:00 |
makemigrations.py
|
Fixed #27142, #27110 -- Made makemigrations consistency checks respect database routers.
|
2016-09-01 16:19:29 -04:00 |
migrate.py
|
Fixed #27100 -- Included already applied migration changes in the pre-migrate state.
|
2016-08-24 01:17:48 -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 #27023 -- Prevented possibility of shell loading ~/.pythonrc.py twice.
|
2016-08-05 12:09:45 -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 #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
|
2016-06-23 12:04:05 -04:00 |
testserver.py
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |