I posted a diff on dpaste:  http://dpaste.com/hold/29777/

This is for a change to django/template/loader_tags.py

This change would add an explicit reuse_block tag.

{% block menu %} ... {% endblock %}

...

{% reuse_block menu %}

This change will actually reuse the parsed block.  It does not create
a new block, getting around issues of multiple block definitions.

This change could be considered for 1.0, it has minimal invasiveness
and is backwards compatible.

Thoughts?  Comments?
Wayne
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to