django1/django/core/management
Malcolm Tredinnick 6754be48ec Generic relations should not try to drop their related table in "sqlreset".
Fixed #3480.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6921 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-17 06:02:35 +00:00
..
commands Changed loaddata to display 'No fixtures found' and 'Loading XXX fixtures' only if verbosity level is greater than 2. It's not necessary to display those messages all of the time, and they're confusing to new users. 2007-12-04 06:52:13 +00:00
__init__.py Undid [6718], as it broke 'django-admin.py runserver' for a reason I haven't figured out yet 2007-12-04 05:53:33 +00:00
base.py Edited docstring changes from [6480] -- moved the intense parameter definitions into comments 2007-11-30 05:13:05 +00:00
color.py Some Django coding style fixes. 2007-10-13 15:59:54 +00:00
sql.py Generic relations should not try to drop their related table in "sqlreset". 2007-12-17 06:02:35 +00:00
validation.py Fixed #3323 -- More robust error handling for related objetcs. Thanks, Greg 2007-12-02 18:10:07 +00:00