django1/django/core/management
Malcolm Tredinnick 7b55da0501 Final piece (he says, hopefully) of r9945 changes.
This time, "django-admin.py diffsettings" is fixed.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-03 02:48:02 +00:00
..
commands Final piece (he says, hopefully) of r9945 changes. 2009-03-03 02:48:02 +00:00
__init__.py Merge branch 'master' into upstream-trunk 2009-02-16 21:03:09 +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