django1/django/core/management/commands
Markus Holtermann 43f2eb7ef3 Fixed #25390 -- Allowed specifying a start migration in squashmigrations
Thanks Tim Graham for the review.
2015-09-19 14:55:34 +10: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 Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
compilemessages.py Fixed #24159 -- Made compilemessages run across all apps. 2015-06-04 21:02:02 -04:00
createcachetable.py Fixed #24560 -- Added a --dry-run mode to the createcachetable command. 2015-04-09 12:15:50 -04:00
dbshell.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
diffsettings.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
dumpdata.py Fixed #22258 -- Added progress status for dumpdata when outputting to file 2015-07-24 18:37:55 +02:00
flush.py Fixed #25350 -- Added alias --no-input for --noinput to management commands. 2015-09-08 08:41:03 -04:00
inspectdb.py Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
loaddata.py Fixed #24978 -- Escaped special characters in loaddata fixture paths 2015-06-13 19:45:05 -04:00
makemessages.py Fixed #17375 -- Changed makemessages to use xgettext with --files-from 2015-08-28 15:41:58 -04:00
makemigrations.py Fixed #25350 -- Added alias --no-input for --noinput to management commands. 2015-09-08 08:41:03 -04:00
migrate.py Fixed #25350 -- Added alias --no-input for --noinput to management commands. 2015-09-08 08:41:03 -04:00
runserver.py Fixed #24704 -- Made the autoreloader survive SyntaxErrors. 2015-08-29 20:49:56 +02:00
sendtestemail.py Fixed #24970 -- Added --managers and --admins options to the sendtestemail management command. 2015-06-22 07:21:26 -04:00
shell.py Fixed #22835 -- Deprecated NoArgsCommand. 2014-06-19 08:54:59 -04:00
showmigrations.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
sqlflush.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
sqlmigrate.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
sqlsequencereset.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
squashmigrations.py Fixed #25390 -- Allowed specifying a start migration in squashmigrations 2015-09-19 14:55:34 +10:00
startapp.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
startproject.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
test.py Allowed a port range for the liveserver by default. 2015-09-09 23:01:16 +02:00
testserver.py Fixed #25350 -- Added alias --no-input for --noinput to management commands. 2015-09-08 08:41:03 -04:00