django1/django/core/management
Malcolm Tredinnick 4323c228cc Always pass models in post_syncdb signals as a set (not as a list
sometimes).

Fixed #5848, thanks to PJCrosier.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13768 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-12 19:20:58 +00:00
..
commands Always pass models in post_syncdb signals as a set (not as a list 2010-09-12 19:20:58 +00:00
__init__.py Fixed #13610 -- Improved error reporting when the ENGINE setting is ommitted from a database configuration. Thanks to Gregor Müllegger for the report and patch. 2010-08-05 13:18:50 +00:00
base.py Fixed #14145 - undeterministic behavior when project or app template contains dotdir 2010-08-30 11:47:32 +00:00
color.py Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying attention to every commit I make :-) 2010-02-03 00:34:49 +00:00
sql.py Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
validation.py Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value. Thanks to loewis for report. 2010-03-13 22:11:48 +00:00