#5945: String constants in filters and variable tags should be marked safe
------------------------+---------------------------------------------------
Reporter: SmileyChris | Owner: nobody
Status: new | Component: Template system
Version: SVN | Keywords: auto-escaping
Stage: Unreviewed | Has_patch: 1
------------------------+---------------------------------------------------
Since string constants are directly within the realm of the template
author, they shouldn't be touched by auto-escaping.
Examples:
{{{
{{ "<p>don't touch me</p>" }}
{{ caption|default:"<em>No caption</em>" }}
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/5945>
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
-~----------~----~----~----~------~----~------~--~---