Re: extends headaches

2008-02-07 Thread AmanKow
On Feb 7, 2:26 pm, AmanKow <[EMAIL PROTECTED]> wrote: > BTW, do I understand this correctly... > {# comment #} is alright, but {% comment %} ... {% endcomment %} is > not? I don't see anything in the code that would allow block > comments. Would be nice if it did... This could be implemented

Re: extends headaches

2008-02-07 Thread AmanKow
I've reopened http://code.djangoproject.com/ticket/5124. 'contains_nontext' must be an instance attribute, not a class attribute in 'NodeList'. There is a patch attached. Wayne --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: extends headaches

2008-02-07 Thread David Larlet
Thanks, I try to do my best and five mistakes in the same sentence is not that bad ;) Cheers, David Le 7 févr. 08 à 15:31, J. Cliff Dyer a écrit : > > I made a couple of minor grammatical changes for clarity, but your > english was pretty good, David. > > Cheers, > Cliff > > On Thu,

Re: extends headaches

2008-02-07 Thread J. Cliff Dyer
I made a couple of minor grammatical changes for clarity, but your english was pretty good, David. Cheers, Cliff On Thu, 2008-02-07 at 15:06 +0100, David Larlet wrote: > > Le 6 f�vr. 08 � 21:01, SmileyChris a �crit : > > > > > On Feb 6, 9:43 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> > >

Re: extends headaches

2008-02-07 Thread David Larlet
Le 6 févr. 08 à 21:01, SmileyChris a écrit : > > On Feb 6, 9:43 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> > wrote: >> It already results in a broken site, we're now just being a lot >> clearer >> about that. > > Actually, it only resulted previously in a broken site if the extended >

Re: extends headaches

2008-02-06 Thread SmileyChris
On Feb 6, 9:43 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > It already results in a broken site, we're now just being a lot clearer > about that. Actually, it only resulted previously in a broken site if the extended template was being used in more than one depth of inheritance. > >

Re: [7084] extends headaches

2008-02-06 Thread Malcolm Tredinnick
On Wed, 2008-02-06 at 09:26 +0100, David Larlet wrote: > > Le 5 févr. 08 à 22:05, Malcolm Tredinnick a écrit : > > > > > > > On Tue, 2008-02-05 at 16:14 +0100, David Larlet wrote: > >> Hello, > >> > >> I'd just updated my local version of django and it raises errors due > >> to 7084 changeset

Re: [7084] extends headaches

2008-02-06 Thread David Larlet
Le 5 févr. 08 à 22:05, Malcolm Tredinnick a écrit : > > > On Tue, 2008-02-05 at 16:14 +0100, David Larlet wrote: >> Hello, >> >> I'd just updated my local version of django and it raises errors due >> to 7084 changeset (extends should be the first tag). I put all my >> extends tags above all my

Re: [7084] extends headaches

2008-02-05 Thread Malcolm Tredinnick
On Tue, 2008-02-05 at 16:14 +0100, David Larlet wrote: > Hello, > > I'd just updated my local version of django and it raises errors due > to 7084 changeset (extends should be the first tag). I put all my > extends tags above all my load tags in every templates and I realize > that it

Re: [7084] extends headaches

2008-02-05 Thread Collin Grady
David Larlet said the following: > I'd just updated my local version of django and it raises errors due > to 7084 changeset (extends should be the first tag). I put all my > extends tags above all my load tags in every templates and I realize > that it raises errors for comment tags too...

[7084] extends headaches

2008-02-05 Thread David Larlet
Hello, I'd just updated my local version of django and it raises errors due to 7084 changeset (extends should be the first tag). I put all my extends tags above all my load tags in every templates and I realize that it raises errors for comment tags too... I used to keep svn infos at the