django1/django/core/management
Russell Keith-Magee 736afb4705 Fixed #13319 -- Modified the default verbosity level for "no fixtures loaded" messages. Thanks to chtito for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12945 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-11 06:50:53 +00:00
..
commands Fixed #13319 -- Modified the default verbosity level for "no fixtures loaded" messages. Thanks to chtito for the report and patch. 2010-04-11 06:50:53 +00:00
__init__.py Fixed #11842 -- django-admin.py now displays usage information if invoked with no arguments. Thanks, bitprophet 2010-01-10 21:36:12 +00:00
base.py Fixed #12849 -- Corrected the way strings are encoded for display by the colorizer so that they work with unicode. Thanks to jype for the report, and frasern for his work on the issue. 2010-03-18 13:24:11 +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 #11969 -- `Field.post_create_sql` hook should not be called for unmanaged models. Thanks, jtiai for report. 2010-01-27 23:48:41 +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