From e2f06226ea4a38377cdb69f2f5768e4e00c2d88e Mon Sep 17 00:00:00 2001 From: Curtis Maloney Date: Thu, 29 Aug 2013 18:58:56 +1000 Subject: Improved {% include %} implementation Merged BaseIncludeNode, ConstantIncludeNode and Include node. This avoids raising TemplateDoesNotExist at parsing time, allows recursion when passing a literal template name, and should make TEMPLATE_DEBUG behavior consistant. Thanks loic84 for help with the tests. Fixed #3544, fixed #12064, fixed #16147 --- docs/releases/1.7.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 67dc263a0f..3c478c249a 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -263,6 +263,8 @@ Templates arguments will be looked up using :func:`~django.template.loader.get_template` as always. +* It is now possible to :ttag:`include` templates recursively. + Backwards incompatible changes in 1.7 ===================================== -- cgit v1.3