django1/django/core/management
Adrian Holovaty 8e84d35d38 Refactored get_deferrable_sql() to DatabaseOperations.deferrable_sql(). Refs #5106
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5955 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-19 23:03:38 +00:00
..
commands Fixed 'django-admin.py syncdb' to take verbosity into account when loading initial_data fixture 2007-08-17 22:56:36 +00:00
__init__.py Rolled out [5923]-[5925] due to breaking call_command(). 2007-08-18 05:58:59 +00:00
base.py Fixed bug in django.core.management.base.copy_helper, related to refactoring in [5903] 2007-08-16 19:14:09 +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_deferrable_sql() to DatabaseOperations.deferrable_sql(). Refs #5106 2007-08-19 23:03:38 +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