django1/django/core/management/commands
Adrian Holovaty d09d1428f8 Fixed #5307 -- startproject/startapp now makes sure all files it creates are writeable. Thanks, Thomas Stromberg
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-31 04:35:03 +00: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
adminindex.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
createcachetable.py Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106 2007-08-20 01:03:33 +00:00
dbshell.py Improved error handling for management.py commands, especially for no argument or non-applabel argument commands. 2007-08-16 14:34:01 +00:00
diffsettings.py Improved error handling for management.py commands, especially for no argument or non-applabel argument commands. 2007-08-16 14:34:01 +00:00
dumpdata.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
flush.py Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch tables that Django is not aware of (tables that are not in INSTALLED_APPS and/or do not have associated models. Thanks for bringing this up, shaun@cuttshome.net 2007-08-25 19:32:30 +00:00
inspectdb.py Improved error handling for management.py commands, especially for no argument or non-applabel argument commands. 2007-08-16 14:34:01 +00:00
loaddata.py Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(). Refs #5106 2007-08-20 00:21:10 +00:00
reset.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
runfcgi.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
runserver.py Changed 'validate' and 'runserver' management commands to display the number of errors. This was previous behavior before the management.py refactoring 2007-08-27 00:30:37 +00:00
shell.py Improved error handling for management.py commands, especially for no argument or non-applabel argument commands. 2007-08-16 14:34:01 +00:00
sql.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
sqlall.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
sqlclear.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
sqlcustom.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
sqlflush.py Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch tables that Django is not aware of (tables that are not in INSTALLED_APPS and/or do not have associated models. Thanks for bringing this up, shaun@cuttshome.net 2007-08-25 19:32:30 +00:00
sqlindexes.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
sqlinitialdata.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
sqlreset.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
sqlsequencereset.py Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(). Refs #5106 2007-08-20 00:21:10 +00:00
startapp.py Fixed bug in django.core.management.base.copy_helper, related to refactoring in [5903] 2007-08-16 19:14:09 +00:00
startproject.py Fixed #5307 -- startproject/startapp now makes sure all files it creates are writeable. Thanks, Thomas Stromberg 2007-08-31 04:35:03 +00:00
syncdb.py Removed a bunch of legacy django.db.backend imports 2007-08-20 02:28:40 +00:00
test.py Added fix for verbosity handling in loaddata and test commands. 2007-08-17 00:11:56 +00:00
testserver.py Added 'django-admin.py testserver' command and docs 2007-08-16 23:05:00 +00:00
validate.py Changed 'validate' and 'runserver' management commands to display the number of errors. This was previous behavior before the management.py refactoring 2007-08-27 00:30:37 +00:00