django1/django/core/management/commands
Sergey Fedoseev 38988f289f Avoided creation of temporary sets. 2017-07-29 10:16:43 -04: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 Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01: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 Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
flush.py Fixed #14204 -- Enforced SQLite foreign key constraints. 2017-07-11 09:07:31 -04:00
inspectdb.py Fixed #27787 -- Made call_command() validate the options it receives. 2017-06-16 21:28:38 -04:00
loaddata.py Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
makemessages.py Avoided creation of temporary sets. 2017-07-29 10:16:43 -04:00
makemigrations.py Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
migrate.py Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
runserver.py Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
sendtestemail.py Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
shell.py Fixed #27670 -- Prevented shell crash on error in .pythonrc. 2017-07-06 07:50:22 -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 implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
testserver.py Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00