django/tests/regressiontests/forms
Karen Tracey 1982c8b73e [1.1.X] Adjust the fr.py localflavor tests to account for r13007.
Merge of applicable part of r13008.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-20 20:43:17 +00:00
..
localflavor [1.1.X] Adjust the fr.py localflavor tests to account for r13007. 2010-04-20 20:43:17 +00:00
__init__.py
error_messages.py [1.1.X] Added force_unicode to a test (needed for Python 2.3 compatibility). 2010-02-26 16:40:37 +00:00
extra.py Fixed #9124: fixed SelectDateWidget with required=False. Thanks, Bernd Schlapsi. 2009-04-18 17:35:53 +00:00
fields.py [1.1.X] Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in DecimalFields. Thanks to thebitguru for the patch. 2010-02-22 15:02:45 +00:00
forms.py [1.1.X] Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings as checked or not instead of as a value attribute. Backport of r12556 from trunk. 2010-02-23 23:48:44 +00:00
formsets.py [1.1.X] 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:57:15 +00:00
media.py [1.1.X] Expanded the fix in [12663] to cover CSS declarations, which were also affected by the bug. Refs #12879. Backport of [12665] from trunk. 2010-03-03 08:19:23 +00:00
models.py [1.1.X] Fixed #11940 - ModelForm evaluates callable default values on form class creation 2010-03-08 15:13:08 +00:00
regressions.py [1.1.X] Added an explicit test showing that field errors are correctly autoescaped. 2009-11-20 15:04:16 +00:00
tests.py [1.1.X] Fixed #12048 - MultiWidget does not define __deepcopy__ 2010-03-09 22:59:02 +00:00
util.py Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors and labels when outputing them as HTML. 2008-11-06 19:49:24 +00:00
widgets.py [1.1.X] Fixed #12048 - MultiWidget does not define __deepcopy__ 2010-03-09 22:59:02 +00:00