django1/django/core/management/commands
Chris Lamb 2f09a28558 Fixed #27881 -- Added diffsettings --output option.
Thanks Haris Ibrahim K. V. for writng docs.
2017-05-27 09:00:06 -04:00
..
__init__.py Major refactoring of django.core.management -- it's now a package rather than a 1730-line single module. All django-admin/manage.py commands are now stored in separate modules. This is backwards-incompatible for people who used django.core.management functions directly 2007-08-16 06:06:55 +00:00
check.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
compilemessages.py Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -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 Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
inspectdb.py Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
loaddata.py Fixed #27978 -- Allowed loaddata to read data from stdin. 2017-05-26 19:54:21 -04:00
makemessages.py Fixed #28015 -- Added makemessages --add-location option. 2017-05-22 09:03:53 -04:00
makemigrations.py Replaced temporary lists used for passing arguments with iterables. 2017-04-26 10:54:20 -04:00
migrate.py Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -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 Renamed "Mac OS X" to "macOS" in docs. 2017-04-24 20:16:09 -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 implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
startapp.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
startproject.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05: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