.. |
check.py
|
Refs #31055 -- Added --database option to the check management command.
|
2020-02-07 11:01:31 +01:00 |
compilemessages.py
|
Fixed E128, E741 flake8 warnings.
|
2020-05-12 08:52:23 +02:00 |
createcachetable.py
|
Simplified imports from django.db and django.contrib.gis.db.
|
2020-02-04 13:20:06 +01:00 |
dbshell.py
|
Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
|
2020-04-14 14:02:51 +01:00 |
diffsettings.py
|
Fixed #30057 -- Fixed diffsettings ignoring custom configured settings.
|
2019-01-12 11:07:03 -05:00 |
dumpdata.py
|
Refs #31051 -- Made dumpdata do not sort dependencies if natural foreign keys are not used.
|
2020-04-07 20:41:59 +02:00 |
flush.py
|
Refs #18325 -- Removed unnecessary line endings in management commands.
|
2020-04-27 10:10:36 +02:00 |
inspectdb.py
|
Refs #18325 -- Removed unnecessary line endings in management commands.
|
2020-04-27 10:10:36 +02:00 |
loaddata.py
|
Refs #18325 -- Removed unnecessary line endings in management commands.
|
2020-04-27 10:10:36 +02:00 |
makemessages.py
|
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
|
2020-05-11 12:01:28 +02:00 |
makemigrations.py
|
Refs #18325 -- Removed unnecessary line endings in management commands.
|
2020-04-27 10:10:36 +02:00 |
migrate.py
|
Changed `'%s' % value` pattern to `str(value)`.
|
2020-05-04 08:27:18 +02:00 |
runserver.py
|
Refs #18325 -- Removed unnecessary line endings in management commands.
|
2020-04-27 10:10:36 +02:00 |
sendtestemail.py
|
Removed parser.add_arguments() arguments that match the defaults.
|
2018-07-02 17:54:57 -04:00 |
shell.py
|
Fixed #29774 -- Fixed django-admin shell hang on startup.
|
2018-10-19 20:00:12 -04:00 |
showmigrations.py
|
Fixed #30186 -- Made showmigrations --list display the applied datetimes at verbosity 2+.
|
2019-03-08 08:25:38 -05:00 |
sqlflush.py
|
Fixed #30595 -- Added error message when no objects found to sql* management commands.
|
2019-07-01 13:47:54 +02:00 |
sqlmigrate.py
|
Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.
|
2020-03-09 08:42:30 +01:00 |
sqlsequencereset.py
|
Fixed #30595 -- Added error message when no objects found to sql* management commands.
|
2019-07-01 13:47:54 +02:00 |
squashmigrations.py
|
Merge stdout.write() calls in squashmigrations.
|
2020-04-28 06:32:43 +02:00 |
startapp.py
|
DRY'd startapp and startproject management commands.
|
2017-05-30 10:30:32 -04:00 |
startproject.py
|
DRY'd startapp and startproject management commands.
|
2017-05-30 10:30:32 -04:00 |
test.py
|
Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an equals sign.
|
2018-08-23 10:12:03 -04:00 |
testserver.py
|
Removed implicit default store_true/false argparse args.
|
2017-04-01 20:03:56 -04:00 |