Re: How safe to use #6646 : included template overrides parent

2009-04-09 Thread Sebastian
Rory and I have applied patch 6646 to our Django installation (1.0- final-SVN-unknown). Although the patch works as described, the following no longer works: if the included template also 'extends' from a base template the following error occurs: Exception Type: TemplateSyntaxError

Re: How safe to use #6646 : included template overrides parent

2009-03-30 Thread Rory Campbell-Lange
On 30/03/09, Russell Keith-Magee (freakboy3...@gmail.com) wrote: > On Mon, Mar 30, 2009 at 7:44 PM, Rory Campbell-Lange > wrote: > > > > We use Django 1.0.2 from Debian. We are considering using the patch > > included in #6646 to address the following: ... > >

Re: How safe to use #6646 : included template overrides parent

2009-03-30 Thread Russell Keith-Magee
On Mon, Mar 30, 2009 at 7:44 PM, Rory Campbell-Lange wrote: > > We use Django 1.0.2 from Debian. We are considering using the patch > included in #6646 to address the following: ("When including a template > into a parent template, the child-template's blocks are not

How safe to use #6646 : included template overrides parent

2009-03-30 Thread Rory Campbell-Lange
We use Django 1.0.2 from Debian. We are considering using the patch included in #6646 to address the following: ("When including a template into a parent template, the child-template's blocks are not overridden by the parent"). The patch is in the SVN version.