#5730: widgets not properly escaping content
-------------------------------------------------------------------------+--
Reporter: Densetsu no Ero-sennin <[EMAIL PROTECTED]> |
Owner: anonymous
Status: assigned |
Component: django.newforms
Version: SVN |
Resolution:
Keywords: |
Stage: Ready for checkin
Has_patch: 1 |
Needs_docs: 0
Needs_tests: 0 |
Needs_better_patch: 0
-------------------------------------------------------------------------+--
Changes (by SmileyChris):
* needs_better_patch: 1 => 0
* summary: [patch] RadioSelect widget does not escape label text =>
widgets not properly escaping content
* needs_tests: 1 => 0
* stage: Accepted => Ready for checkin
Comment:
In fact, this is a bigger issue than just RadioSelect. All widgets with
`choices` are displaying the same behaviour.
On top of that, widgets aren't using `conditional_escape` so safe strings
get double-escaped.
Patch with tests incoming...
--
Ticket URL: <http://code.djangoproject.com/ticket/5730#comment:3>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---