Re: Completely disable auto-escape

2007-12-17 Thread Malcolm Tredinnick
On Fri, 2007-12-14 at 02:18 -0800, Udi wrote: > Is there any way to turn this completely off? It would be nice to be > able to get the latest django src before I refactor all my code to > handle this new stuff. > > {% autoescape off %} works fine if all of your templates inherit from > a base,

Completely disable auto-escape

2007-12-14 Thread Udi
Is there any way to turn this completely off? It would be nice to be able to get the latest django src before I refactor all my code to handle this new stuff. {% autoescape off %} works fine if all of your templates inherit from a base, but if you use lots of little tags and elements this may no