django1/django/core/management/commands
Peter Inglesby 3921b1c6d2 Refs #32363 -- Made shell ignore a missing sys.___interactivehook__.
Thanks Tim Graham for the report.

Follow up to 1bbb98d9a4.
2021-09-06 10:18:13 +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 Refs #32144 -- Made makemessages remove temporary files on preprocessing error. 2021-07-01 10:11:10 +02:00
makemigrations.py Fixed #31769 -- Improved default naming of merged migrations. 2020-07-20 15:04:22 +02:00
migrate.py Fixed #29063 -- Fixed migrate crash when specifying a name of partially applied squashed migrations. 2021-08-04 09:57:32 +02:00
runserver.py Fixed #25264 -- Allowed suppressing base command options in --help output. 2021-08-31 11:04:02 +02:00
sendtestemail.py Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04:00
shell.py Refs #32363 -- Made shell ignore a missing sys.___interactivehook__. 2021-09-06 10:18:13 +02:00
showmigrations.py Refs #23359 -- Corrected showmigrations help text for the --database option. 2021-07-13 06:29:21 +02:00
sqlflush.py Refs #5086 -- Removed unused only_django argument from sql_flush(). 2020-06-04 11:59:47 +02:00
sqlmigrate.py Fixed typos in migrations tests, comments, and error message. 2021-08-04 09:28:23 +02: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 #31621 -- Fixed handling --parallel option in test management command and runtests.py. 2021-08-19 09:18:32 +02:00
testserver.py Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks. 2020-05-21 12:34:54 +02:00