On 7/27/06, Simon Willison <[EMAIL PROTECTED]> wrote: > Here's an idea I don't think anyone has brought up yet: what if > escaping was on by default for templates ending in .html and off by > default for templates ending in .txt?
Make a setting to turn define the default, and if the setting's not there, auto-escape. Anyone that doesn't want it can just turn it off by defining the setting. AUTO_ESCAPE_TEXT = _True_|False --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
