django1/django/core/management
Russell Keith-Magee de64e0d570 Fixed #5224 -- Corrected name of admin media option in management runserver command. Thanks for the report, alberto@ingparo.it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6001 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-25 11:17:33 +00:00
..
commands Fixed #5224 -- Corrected name of admin media option in management runserver command. Thanks for the report, alberto@ingparo.it. 2007-08-25 11:17:33 +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 Removed legacy django.db.backend import in sql_delete() 2007-08-20 03:13:03 +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