django1/django/core/management/commands
Дилян Палаузов d2afa5eb23 Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
..
__init__.py
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 #27787 -- Made call_command() validate the options it receives. 2017-06-16 21:28:38 -04:00
loaddata.py Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:03 -05:00
makemessages.py Fixed #28773 -- Forced pot files to use UNIX-style newlines 2017-11-28 08:52:37 +01:00
makemigrations.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
migrate.py Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
runserver.py Removed redundant inner imports. 2017-10-20 18:30:41 -04: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 Fixed #28363 -- Allowed naming the migration generated by squashmigrations. 2017-07-26 13:47:35 -04: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