django1/tests/regressiontests/forms
Russell Keith-Magee 4120a181e9 Fixed #11801 -- Corrected form validation to ensure you can still get deleted_forms and ordered_forms when a form that is being deleted doesn't validate. Thanks to dantallis for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-12 15:51:00 +00:00
..
localflavor Fixed test introduced in r12044 to actually test the issue. 2010-01-17 22:49:27 +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 Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
extra.py Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, Bernd Schlapsi. 2009-04-18 17:35:53 +00:00
fields.py Fixed #12989 - Fixed verification of IDN URLs. Thanks to Fraser Nevett for the report and patch. 2010-02-28 12:01:18 +00:00
forms.py Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings as checked or not instead of as a value attribute. Thanks, bthomas. 2010-02-23 23:37:45 +00:00
formsets.py Fixed #11801 -- Corrected form validation to ensure you can still get deleted_forms and ordered_forms when a form that is being deleted doesn't validate. Thanks to dantallis for the report and patch. 2010-03-12 15:51:00 +00:00
media.py Expanded the fix in [12663] to cover CSS declarations, which were also affected by the bug. Refs #12879. 2010-03-03 08:17:51 +00:00
models.py Fixed #11940 - ModelForm evaluates callable default values on form class creation 2010-03-08 15:03:30 +00:00
regressions.py Added an explicit test showing that field errors are correctly autoescaped. 2009-11-20 14:59:44 +00:00
tests.py Fixed #12048 - MultiWidget does not define `__deepcopy__` 2010-03-09 22:52:04 +00:00
util.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
validators.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
widgets.py Fixed #12048 - MultiWidget does not define `__deepcopy__` 2010-03-09 22:52:04 +00:00