1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/regressiontests/forms
2008-03-24 13:10:48 +00:00
..
localflavor Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation and error message. Thanks, jeff+django@ivany.org and arien 2008-01-02 05:23:21 +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 Fixed #5917 -- More error robustness in date parsing in SelectDateWidget, plus 2008-03-20 07:44:46 +00:00
fields.py Fixed #6868 -- Fixed test results for Windows systems. Thanks, Ned Batchelder. 2008-03-24 13:10:48 +00:00
forms.py Replaced dict reprs in tests with explicit looks at each key. This should fix many spurious test failures on other VMs (first noticed on Jython). 2008-03-19 19:11:51 +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
tests.py Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran. 2007-12-02 18:43:01 +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