diff options
| author | Curtis Maloney <curtis@tinbrain.net> | 2013-08-29 18:58:56 +1000 |
|---|---|---|
| committer | Anssi Kääriäinen <akaariai@gmail.com> | 2013-08-30 10:36:36 +0300 |
| commit | e2f06226ea4a38377cdb69f2f5768e4e00c2d88e (patch) | |
| tree | 12f71ff4a4867e279722ecf25db1ef09e60ff29e /docs | |
| parent | e973ee6a9879969b8ae05bb7ff681172cc5386a5 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 ===================================== |
