django/tests/regressiontests/forms
Malcolm Tredinnick 1fcb4e4bcd Fixed #5871 -- Factored out the validation errors in localflavor form fields. Brings them into line with the standard newforms fields. Patch from Jan Rademaker.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6926 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-17 08:05:27 +00:00
..
localflavor Fixed #5871 -- Factored out the validation errors in localflavor form fields. Brings them into line with the standard newforms fields. Patch from Jan Rademaker. 2007-12-17 08:05:27 +00:00
__init__.py
error_messages.py
extra.py
fields.py Fixed #6014 -- More robust error handling when validating decimal fields. 2007-11-29 19:30:38 +00:00
forms.py
models.py
regressions.py
tests.py Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran. 2007-12-02 18:43:01 +00:00
util.py
widgets.py