django1/django/forms
Joseph Kocherhans 5beb5f7372 Fixed #12858. DateTime related widgets now handle custom formats properly in _has_changed. Thanks for the initial patch, camillo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12698 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-07 03:33:07 +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 Fixed #12858. DateTime related widgets now handle custom formats properly in _has_changed. Thanks for the initial patch, camillo. 2010-03-07 03:33:07 +00:00