django1/django/core/management/commands
Adrian Holovaty 221f99ed58 Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-20 01:03:33 +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 Improved error handling for management.py commands, especially for no argument or non-applabel argument commands. 2007-08-16 14:34:01 +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 Added shutdown_message to runserver command -- a hook for specifying a message to display after the server is shut down 2007-08-16 22:48:32 +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 Improved error handling for management.py commands, especially for no argument or non-applabel argument commands. 2007-08-16 14:34:01 +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 bug in django.core.management.base.copy_helper, related to refactoring in [5903] 2007-08-16 19:14:09 +00:00
syncdb.py Fixed 'django-admin.py syncdb' to take verbosity into account when loading initial_data fixture 2007-08-17 22:56:36 +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 Improved error handling for management.py commands, especially for no argument or non-applabel argument commands. 2007-08-16 14:34:01 +00:00