django1/django/core/management/commands
Mariusz Felisiak 83a36ac49a
Removed unnecessary trailing commas and spaces in various code.
2017-12-28 21:07:29 +01: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 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 Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
loaddata.py Refs #23919 -- Replaced super() calls for old-style classes. 2017-12-07 09:10:32 -05:00
makemessages.py Fixed #28773 -- Forced pot files to use UNIX-style newlines 2017-11-28 08:52:37 +01: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 #28941 -- Fixed crash in testserver command startup. 2017-12-20 14:38:06 -05: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