django1/django/core/management
Adrian Holovaty 13061bf20b Refactored get_start_transaction_sql() to DatabaseOperations.start_transaction_sql(). Refs #5106
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-20 00:24:03 +00:00
..
commands Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(). Refs #5106 2007-08-20 00:21:10 +00:00
__init__.py Rolled out [5923]-[5925] due to breaking call_command(). 2007-08-18 05:58:59 +00:00
base.py Refactored get_start_transaction_sql() to DatabaseOperations.start_transaction_sql(). Refs #5106 2007-08-20 00:24:03 +00:00
color.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
sql.py Refactored get_sql_flush() to DatabaseOperations.sql_flush(). Refs #5106 2007-08-20 00:15:53 +00:00
validation.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