django1/django/core/management/commands
Hasan Ramezani 34aa4f1997 Fixed #32296 -- Added --skip-checks option to runserver command. 2021-01-18 12:51:35 +01: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 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 Used model's Options.label where applicable. 2020-12-29 08:56:39 +01:00
makemessages.py Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy() per deprecation timeline. 2021-01-14 17:50:04 +01: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 #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 #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 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