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 Split django.newforms into forms, fields, widgets, util. Also moved unit tests from docstrings to a standalone module in tests/regressiontests/forms, to save docstring memory overhead, keep code readable and fit our exisitng convention 2006-10-28 20:34:37 +00:00
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 Fixed a Python 2.3 problem. 2007-11-04 02:08:15 +00:00
fields.py Fixed #6014 -- More robust error handling when validating decimal fields. 2007-11-29 19:30:38 +00:00
forms.py Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
models.py Fixed #5975 -- Gave `ModelChoiceField` and `ModelMultipleChoiceField` ability to specify custom error messages. 2007-11-18 20:25:23 +00:00
regressions.py Removed an "XFAIL" marker that was accidentally hanging around since the 2007-10-27 06:23:19 +00:00
tests.py Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
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