django1/django/core/management/commands
Mariusz Felisiak 9bcf73d788 Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
..
check.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
compilemessages.py Avoided creation of temporary sets. 2017-07-29 10:16:43 -04:00
createcachetable.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
dbshell.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
diffsettings.py Fixed #27881 -- Added diffsettings --output option. 2017-05-27 09:00:06 -04:00
dumpdata.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
flush.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
inspectdb.py Fixed #29004 -- Added inspectdb --include-views option. 2018-01-27 18:51:40 -05:00
loaddata.py Fixed #28117 -- Added a helpful message in loaddata when psycopg2 can't load a fixture due to NUL characters. 2017-12-30 12:16:11 -05:00
makemessages.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
makemigrations.py Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
migrate.py Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
runserver.py Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
sendtestemail.py Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
shell.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
showmigrations.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00
sqlflush.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
sqlmigrate.py Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
sqlsequencereset.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
squashmigrations.py Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01: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 Removed redundant inner imports. 2017-10-20 18:30:41 -04:00
testserver.py Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00