Re: extends blocks don't cache parent templates?

2007-05-16 Thread Chris Slowe
lag, at least. Regards, Chris On May 16, 2:52 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Wed, 2007-05-16 at 21:27 +, Chris Slowe wrote: > > I'm working on a project which is making rather copious use of extends > > blocks, and I've noticed that every

extends blocks don't cache parent templates?

2007-05-16 Thread Chris Slowe
I'm working on a project which is making rather copious use of extends blocks, and I've noticed that every time an extends block is executed, django seems to hit the file system, reads the file, and compiles the parent template. This behavior seems to be independent of whether that particular par