Simon Willison wrote:
>
>
> The ideal situation would be for auto_escape to be on by default, and
> let templates turn it off if they need to. This has serious backwards
> compatibility issues however.
the official opinion is that there's no backward-compatibility
guarantees before 1.0 anyway...
i understand that it would be nice not to break backward compatibility,
but escaping is imho such a serious issue, that imho it would make
sense, even if it causes backward-incompatibility.
and, if we'll have a template tag, like "{% auto_escape_off %}", then if
you do not want to break your older templates, simply add this line to
all of them, and everything will be like before. clean and simple.
gabor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django developers" 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-developers
-~----------~----~----~----~------~----~------~--~---