django1/django/core/management/commands
William Schwartz de32fe83a2 Fixed #32317 -- Refactored loaddata command to make it extensible.
Moved deeply nested blocks out of inner loops to improve readability
and maintainability.

Thanks to Mariusz Felisiak, Shreyas Ravi, and Paolo Melchiorre for
feedback.
2021-05-18 07:05:33 +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 Fixed #32355 -- Dropped support for Python 3.6 and 3.7 2021-02-10 10:20:54 +01: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 Fixed #32291 -- Added fixtures compression support to dumpdata. 2021-01-12 15:47:58 +01:00
flush.py Refs #5086 -- Removed unused only_django argument from sql_flush(). 2020-06-04 11:59:47 +02:00
inspectdb.py Fixed #31777 -- Added support for database collations to Char/TextFields. 2020-09-21 18:24:56 +02:00
loaddata.py Fixed #32317 -- Refactored loaddata command to make it extensible. 2021-05-18 07:05:33 +02:00
makemessages.py Fixed #32145 -- Improved makemessages error message when app's locale directory doesn't exist. 2021-02-09 20:00:20 +01:00
makemigrations.py Fixed #31769 -- Improved default naming of merged migrations. 2020-07-20 15:04:22 +02:00
migrate.py Fixed #32395 -- Allowed capturing stdout of migration signals. 2021-02-04 11:19:49 +01:00
runserver.py Fixed #32296 -- Added --skip-checks option to runserver command. 2021-01-18 12:51:35 +01:00
sendtestemail.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
shell.py Fixed #32183 -- Fixed shell crash when passing code with nested scopes. 2020-11-11 09:18:26 +01:00
showmigrations.py Fixed #32350 -- Fixed showmigrations crash for applied squashed migrations. 2021-02-04 21:17:26 +01: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 Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenerated default keys. 2020-11-11 12:45:34 +01: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