django/tests/regressiontests/forms
Jannis Leidel aba95dcc0b Fixed #13023 - Removed ambiguity with regard to the max_num option of formsets and as a result of admin inlines. Thanks to Gabriel Hurley for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-27 23:03:56 +00:00
..
localflavor Fixed test introduced in r12044 to actually test the issue. 2010-01-17 22:49:27 +00:00
__init__.py
error_messages.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
extra.py
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 #13023 - Removed ambiguity with regard to the max_num option of formsets and as a result of admin inlines. Thanks to Gabriel Hurley for the patch. 2010-03-27 23:03:56 +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