django1/django/forms
Joseph Kocherhans b88f969789 Fixed #12960. The return value of ModelForm.clean() is now applied to the model. Thanks for the report, krejcik.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-06 18:42:56 +00:00
..
extras Fixed #7980 - Improved i18n framework to support locale aware formatting (dates and numbers) and form processing. 2009-12-22 17:58:49 +00:00
__init__.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
fields.py Fixed #12779 - Sanitize numeric form field input according to decimal and thousand separator settings. 2010-03-01 10:19:24 +00:00
forms.py Fixed #12960. The return value of ModelForm.clean() is now applied to the model. Thanks for the report, krejcik. 2010-03-06 18:42:56 +00:00
formsets.py Fixed #12878. Formset-wide errors are now rendered properly as html. 2010-02-23 20:55:42 +00:00
models.py Fixed #12960. The return value of ModelForm.clean() is now applied to the model. Thanks for the report, krejcik. 2010-03-06 18:42:56 +00:00
util.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
widgets.py Expanded the fix in [12663] to cover CSS declarations, which were also affected by the bug. Refs #12879. 2010-03-03 08:17:51 +00:00