django1/django/core/management/commands
Claude Paroz 4b4524291a Converted test management command to argparse
Keeping backwards compatibility with test_runner.option_list is
tricky and would imply transforming an optparse.Option to an
argparse.Action. I choose to introduce a backwards incompatible
change because it only affects testing, not runtime behavior.
2014-06-14 13:43:39 +02: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 Fixed #22194 -- Added --list-tags option to check command. 2014-04-10 09:43:55 -04:00
compilemessages.py Fixed clash caused by the newly introduced -e shorthand for makemessages --exclude. 2014-05-02 23:07:17 +07:00
createcachetable.py Avoided transactional DDL on castrated databases. 2014-03-22 11:05:14 +01:00
dbshell.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
diffsettings.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
dumpdata.py Fixed a few ResourceWarning in the test suite. Refs #22680. 2014-05-26 03:23:17 +07:00
flush.py Fixed #22487: Optional rollback emulation for migrated apps 2014-06-08 19:30:15 -07:00
inspectdb.py Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00
loaddata.py Appeased flake8 2.1.0. 2014-04-21 12:27:34 +02:00
makemessages.py Applied unicode_literals to makemessages command 2014-05-24 11:51:57 +02:00
makemigrations.py Fixed #22777: Add dependency on through for autodetected M2M adds 2014-06-08 17:12:59 -07:00
migrate.py Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
runfcgi.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
runserver.py Fixed several typos in Django 2014-05-28 17:39:14 -07:00
shell.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
sql.py Changed sql_* to use an app config instead of a models module. 2013-12-29 21:25:28 +01:00
sqlall.py Changed sql_* to use an app config instead of a models module. 2013-12-29 21:25:28 +01:00
sqlclear.py Changed sql_* to use an app config instead of a models module. 2013-12-29 21:25:28 +01:00
sqlcustom.py Changed sql_* to use an app config instead of a models module. 2013-12-29 21:25:28 +01:00
sqldropindexes.py Changed sql_* to use an app config instead of a models module. 2013-12-29 21:25:28 +01:00
sqlflush.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
sqlindexes.py Changed sql_* to use an app config instead of a models module. 2013-12-29 21:25:28 +01:00
sqlmigrate.py Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
sqlsequencereset.py Fixed #22749: Making SQL management commands migration aware. 2014-06-07 17:18:30 -07:00
squashmigrations.py Fixed #22511 -- Added args to migrations management commands. 2014-04-30 07:15:03 -04:00
startapp.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
startproject.py the SECRET_KEY is not a hash 2014-05-22 11:19:54 +01:00
syncdb.py Fixed #22770 -- Removed create_superuser from post_migrate signals. 2014-06-10 14:37:37 -04:00
test.py Converted test management command to argparse 2014-06-14 13:43:39 +02:00
testserver.py Fixed #22487: Optional rollback emulation for migrated apps 2014-06-08 19:30:15 -07:00
validate.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00