Re: block behavior does not work as documented with respect to autoescape

2011-10-26 Thread Peter Banka
Awesome! Thank you. On Tue, Oct 25, 2011 at 8:10 AM, psbanka wrote: > In the current Django 1.3 documentation on templates > (https://docs.djangoproject.com/en/1.3/topics/templates/#for-template- > blocks), the documentation mentions the following: > > "The auto-escaping tag passes its effect on

Re: block behavior does not work as documented with respect to autoescape

2011-10-25 Thread Karen Tracey
On Tue, Oct 25, 2011 at 11:10 AM, psbanka wrote: > Am I reading the documentation wrong, or is there a Django error here? > There's a bit of an oddity in Django here, that actually has nothing to do with autoescape. There are three "built-in" tags (block, extends, and include) that are only made

block behavior does not work as documented with respect to autoescape

2011-10-25 Thread psbanka
In the current Django 1.3 documentation on templates (https://docs.djangoproject.com/en/1.3/topics/templates/#for-template- blocks), the documentation mentions the following: "The auto-escaping tag passes its effect onto templates that extend the current one as well as templates included via the i