How exactly do you want to solve dynamic inheritance? It seems that
some people are still interested in dynamic inheritance, by using {%
extends variable %}. (Which is still dirty in my opinion, but anyway.)
Block information has to be kept somehow.Maybe one small improvement. Isn't the following > date(context.variable or "Default value"),"Y-m-d") faster than this? > date(default(resolve(context,variable),"Default value"),"Y-m-d") P.S. I like the cleanness of adding an (optional?) compile method to every Node-derived class. But on the other hand, I would like to see Django move to a more end- user-friendly way of defining custom template tags. A way which does not involve any knowledge of the template parser/interpreter/compiler. Of course, that could also be build upon the first. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. 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.
