Re: Proposal: Multiple-Inheritance in Templates

2020-02-19 Thread Yo-Yo Ma
*only* from the generic-list.html template? >>>> >>>> On Tuesday, February 18, 2020 at 3:32:12 PM UTC-5, matthew.pava wrote: >>>>> >>>>> I did read your post, and I did come to that conclusion. I may have >>>>&

Re: Proposal: Multiple-Inheritance in Templates

2020-02-18 Thread izaias de oliveira elias
derstood, and I’ll certainly take the blame for my own >>>> misunderstanding. The example you provided can be done without multiple >>>> template inheritance. So far, my thoughts on the design concept is that >>>> multiple template inheritance is unnecessary. >>>

Re: Proposal: Multiple-Inheritance in Templates

2020-02-18 Thread Yo-Yo Ma
>>> template inheritance. So far, my thoughts on the design concept is that >>> multiple template inheritance is unnecessary. >>> >>> >>> >>> *From:* django-d...@googlegroups.com [mailto: >>> django-d...@googlegroups.com] *On Behalf Of *Yo-Yo Ma

Re: Proposal: Multiple-Inheritance in Templates

2020-02-18 Thread Yo-Yo Ma
e. So far, my thoughts on the design concept is that >> multiple template inheritance is unnecessary. >> >> >> *From:* django-d...@googlegroups.com [mailto:django-d...@googlegroups.com] >> *On Behalf Of *Yo-Yo Ma >> *Sent:* Tuesday, February 18, 2020

Re: Proposal: Multiple-Inheritance in Templates

2020-02-18 Thread Aymeric Augustin
-d...@googlegroups.com <> [mailto:django-d...@googlegroups.com > <>] On Behalf Of Yo-Yo Ma > Sent: Tuesday, February 18, 2020 2:25 PM > To: Django developers (Contributions to Django itself) > Subject: Re: Proposal: Multiple-Inheritance in Templates > > > @matthew.pa

Re: Proposal: Multiple-Inheritance in Templates

2020-02-18 Thread Matthias Kestenholz
ssary. >> >> >> >> *From:* django-d...@googlegroups.com [mailto:django-d...@googlegroups.com] >> *On Behalf Of *Yo-Yo Ma >> *Sent:* Tuesday, February 18, 2020 2:25 PM >> *To:* Django developers (Contributions to Django itself) >> *Subject:* Re: Proposal:

Re: Proposal: Multiple-Inheritance in Templates

2020-02-18 Thread Aymeric Augustin
o Ma > Sent: Tuesday, February 18, 2020 2:25 PM > To: Django developers (Contributions to Django itself) > Subject: Re: Proposal: Multiple-Inheritance in Templates > > > @matthew.pava please read the entire OP again. > > > You can't have actually read the post

Re: Proposal: Multiple-Inheritance in Templates

2020-02-18 Thread Yo-Yo Ma
neric-list.html' %} > > > > {% block list-item %} > > Order # {{ order.id }} (total: {{ order.total }}) > > {% endblock %} > > > > > > *From:* django-d...@googlegroups.com [mailto:django-d...@googlegroups.com] > *On Behalf Of *Yo-Yo Ma > *Sent:* S

RE: Proposal: Multiple-Inheritance in Templates

2020-02-18 Thread Matthew Pava
template inheritance is unnecessary. From: django-developers@googlegroups.com [mailto:django-developers@googlegroups.com] On Behalf Of Yo-Yo Ma Sent: Tuesday, February 18, 2020 2:25 PM To: Django developers (Contributions to Django itself) Subject: Re: Proposal: Multiple-Inheritance in Templates

Re: Proposal: Multiple-Inheritance in Templates

2020-02-18 Thread Yo-Yo Ma
-d...@googlegroups.com [mailto: > django-d...@googlegroups.com ] *On Behalf Of *Yo-Yo Ma > *Sent:* Sunday, February 16, 2020 10:02 AM > *To:* Django developers (Contributions to Django itself) > *Subject:* Proposal: Multiple-Inheritance in Templates > > > > Please r

RE: Proposal: Multiple-Inheritance in Templates

2020-02-17 Thread Matthew Pava
% endblock %} From: django-developers@googlegroups.com [mailto:django-developers@googlegroups.com] On Behalf Of Yo-Yo Ma Sent: Sunday, February 16, 2020 10:02 AM To: Django developers (Contributions to Django itself) Subject: Proposal: Multiple-Inheritance in Templates Please read this in full

Proposal: Multiple-Inheritance in Templates

2020-02-16 Thread Yo-Yo Ma
Please read this in full - you will not be disappointed by the end. We often talk about "multiple-inheritance" when referring to multiple levels of {% extends ... %} and defining {% block ... %} many layers up in base templates. But, something that comes up as a useful idea in my mind on a regu