django/tests/regressiontests/forms
Karen Tracey bcd63cbfb0 Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors and labels when outputing them as HTML.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9365 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 19:49:24 +00:00
..
localflavor Fixed #9259 -- Fixed a validation error for Spanish identity card numbers. 2008-10-05 05:59:04 +00:00
__init__.py
error_messages.py
extra.py
fields.py Fixed #8865 -- Improved the robustness of some file path tests. 2008-09-17 09:32:36 +00:00
forms.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
formsets.py
media.py
models.py Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: 2008-08-10 21:10:47 +00:00
regressions.py Fixed #9125 -- When displaying errors for a form with only hidden fields, make sure the resulting XHTML is correct. 2008-09-18 07:16:08 +00:00
tests.py Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd. 2008-07-26 04:25:42 +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 Fixed #7975 -- Callable defaults in inline model formsets now work correctly. Based on patch from msaelices. Thanks for your hard work msaelices. 2008-09-01 21:28:32 +00:00