django/tests/regressiontests/forms
Malcolm Tredinnick 29892d02fa Fixed #6014 -- More robust error handling when validating decimal fields.
Thanks, pigletto.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6746 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-29 19:30:38 +00:00
..
localflavor Fixed #5939 -- Added normalization for New Brunswick in the Canadian provinces. 2007-11-29 18:15:46 +00:00
__init__.py
error_messages.py Fixed #5975 -- Gave `ModelChoiceField` and `ModelMultipleChoiceField` ability to specify custom error messages. 2007-11-18 20:25:23 +00:00
extra.py
fields.py
forms.py
models.py
regressions.py Removed an "XFAIL" marker that was accidentally hanging around since the 2007-10-27 06:23:19 +00:00
tests.py
util.py Fixed #3457 -- Allow overridding of error messages for newforms Fields. 2007-10-28 05:40:26 +00:00
widgets.py Fixed #5959 -- Fixed handling of False values in hidden boolean fields. Thanks, 2007-11-29 19:22:03 +00:00