django1/django/forms
Russell Keith-Magee 4120a181e9 Fixed #11801 -- Corrected form validation to ensure you can still get deleted_forms and ordered_forms when a form that is being deleted doesn't validate. Thanks to dantallis for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-12 15:51:00 +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 #11801 -- Corrected form validation to ensure you can still get deleted_forms and ordered_forms when a form that is being deleted doesn't validate. Thanks to dantallis for the report and patch. 2010-03-12 15:51:00 +00:00
models.py Fixed #11183 - BaseForm init leaves pointers pointing back to base_fields 2010-03-08 23:55:04 +00:00
util.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
widgets.py Fixed #12048 - MultiWidget does not define `__deepcopy__` 2010-03-09 22:52:04 +00:00