django1/django/core/management/commands
Ahmad A. Hussein 61a0ba43cf Refs #31811 -- Added optional timing outputs to the test runner. 2020-08-13 17:17:15 +02:00
..
__init__.py Reverted "Refs #23919 -- Removed obsolete __init__.py files in management command directories." 2020-06-01 10:55:41 +02:00
check.py Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks. 2020-05-21 12:34:54 +02:00
compilemessages.py Refs #31692 -- Fixed compilemessages crash on Windows with Python < 3.8. 2020-06-23 11:14:27 +02:00
createcachetable.py Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks. 2020-05-21 12:34:54 +02:00
dbshell.py Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks. 2020-05-21 12:34:54 +02:00
diffsettings.py Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02: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 #5086 -- Removed unused only_django argument from sql_flush(). 2020-06-04 11:59:47 +02:00
inspectdb.py Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield. 2020-06-04 08:27:46 +02:00
loaddata.py Fixed #31552 -- Added support for LZMA and XZ fixtures to loaddata. 2020-05-15 11:30:28 +02:00
makemessages.py Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks. 2020-05-21 12:34:54 +02:00
makemigrations.py Fixed #31769 -- Improved default naming of merged migrations. 2020-07-20 15:04:22 +02:00
migrate.py Fixed #31645 -- Enhanced the migration warning for migrate commmand. 2020-06-12 10:26:06 +02:00
runserver.py Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks. 2020-05-21 12:34:54 +02:00
sendtestemail.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
shell.py Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02: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 Refs #5086 -- Removed unused only_django argument from sql_flush(). 2020-06-04 11:59:47 +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 Refs #31811 -- Added optional timing outputs to the test runner. 2020-08-13 17:17:15 +02:00
testserver.py Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks. 2020-05-21 12:34:54 +02:00