django1/django/core/management/commands
Claude Paroz 3a435a057c Set compile messages options as class variable
Refs #18714. Same logic as options for makemessages commands.
2014-04-23 15:15:03 +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 Set compile messages options as class variable 2014-04-23 15:15:03 +02: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 flake8 and doc fixes for refs #22257. 2014-03-25 09:44:59 -04:00
flush.py Avoided transactional truncates on amateur databases. 2014-03-22 14:39:27 +01: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 Added --previous flag to msgmerge command used by makemessages 2014-03-06 10:20:01 +01:00
makemigrations.py Fix bad conflict detection during makemigrations 2014-03-08 13:53:20 -08:00
migrate.py Fixed migrate when called inside a transaction. 2014-04-21 15:37:12 +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 #21856: Don't crash runserver when DATABASES = {} 2014-02-12 19:09:43 +00: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
sqlinitialdata.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
sqlmigrate.py Used app_label instead of appname. 2013-12-28 09:53:02 +01:00
sqlsequencereset.py Removed unused import. 2013-12-29 20:45:34 +01:00
squashmigrations.py Allow squashing of squashed migrations 2013-11-06 15:27:08 +00:00
startapp.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
startproject.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
syncdb.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
test.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
testserver.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
validate.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00