On 7/27/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > 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
This is the exact scenario that should be avoided most, which came up last time this was discussed. What if I have all the apps on my site without auto-escaping by default, but another person's app, which I want to incorporate into my site, expects auto-escaping? Sure, there are work arounds, but a default setting that can be toggled on or off is not a sane solution. Cheers, deryck -- Deryck Hodge http://www.devurandom.org/ Developer, Naples News http://www.naplesnews.com/ Samba Team http://www.samba.org/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
