django1/django/core/management
Malcolm Tredinnick 81c8b3c696 Clean up the imports in loaddata.py to match other code whilst I'm in the neighbourhood.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9538 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-01 02:21:33 +00:00
..
commands Clean up the imports in loaddata.py to match other code whilst I'm in the neighbourhood. 2008-12-01 02:21:33 +00:00
__init__.py Fixed #9455 -- Tiny cleanup to avoid an "undefined variable" warning. The net 2008-11-16 09:27:16 +00:00
base.py Promoted --verbosity to be a top level option for all management commands. Also added -v as a consistent short form of --verbosity. This is mostly to save Malcolm's poor arthritic fingers. 2008-10-02 12:57:13 +00:00
color.py Fixed #8100: Jython, apparently, is now a TTY. 2008-08-08 18:51:34 +00:00
sql.py Fixed #9717 -- Corrected a problem where django-admin.py flush would attempt to flush database tables that had not yet been created. This occurred when an application had been added to INSTALLED_APPS, but had not yet been synchronized. Thanks to Julien Phalip for the patch. 2008-11-29 11:51:41 +00:00
validation.py Fixed #8687, a bad variable name in validation. Thanks, vung. 2008-08-29 15:45:23 +00:00