django1/django/core/management/commands
Moritz Sichert 98df288dda Fixed #24978 -- Escaped special characters in loaddata fixture paths 2015-06-13 19:45:05 -04:00
..
__init__.py
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 #24776 -- Improved apps.get_app_config() error message on fully-qualified package names. 2015-05-22 11:08:25 -04:00
flush.py Fixed #24369 -- Prevented crash when flushing before db migration 2015-03-05 08:57:28 +01:00
inspectdb.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
loaddata.py Fixed #24978 -- Escaped special characters in loaddata fixture paths 2015-06-13 19:45:05 -04:00
makemessages.py Fixed #24805 -- Delayed check for locale_dir in makemessages 2015-05-18 14:12:49 +02:00
makemigrations.py Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
migrate.py Fixed #23879 -- Allowed model migration skip based on feature/vendor 2015-04-18 15:17:49 +02:00
runserver.py Fixed #24742 -- Made runserver.check_migrations ignore read-only databases 2015-05-13 18:30:36 +02:00
sendtestemail.py Removed unused imports. 2015-03-20 17:57:11 -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 #24703 -- Changed squashmigrations to use a MigrationLoader 2015-04-25 17:41:17 +02: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 Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
testserver.py Fixed #24571 -- Restored testserver positional arguments parsing 2015-04-04 10:46:29 +02:00