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 (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 top of every file and now I need to put extends tag at the top
> >> of every templates, a bit annoying. I understand that it avoids some
> >> errors but I think that we could make an exception for comment tags
> >> and maybe load tags too. Any thoughts?
> >
> > Aah .. comment tags. Forgot about those. I'll fix it.
> 
> Ok thanks.
> >
> >
> >> By the way, it could be interesting to list that as a new backward
> >> incompatible change?
> >
> > No, it's not meant to be backwards incompatible for correct code.;  
> > it's
> > just raising more visible errors. Not having the extends tag first  
> > (for
> > some definition of "first") was an error in any case and usually  
> > didn't
> > work, but the failure was often disguised.
> 
> I agree with you that it's not a backward incompatible change, but  
> imagine you've missed that point and you decide to update your copy of  
> django, it will result in a broken site. I think that it could be  
> interesting to communicate on that point.

It already results in a broken site, we're now just being a lot clearer
about that.

Still, it's a wiki, feel free to update it if you like.

Regards,
Malcolm


-- 
I don't have a solution, but I admire your problem. 
http://www.pointy-stick.com/blog/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to