django/tests/template_tests/templates
Curtis Maloney e2f06226ea 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
2013-08-30 10:36:36 +03:00
..
first
second
broken_base.html
included_base.html
included_content.html
inclusion.html
recursive_include.html
response.html
ssi include with spaces.html
ssi_include.html
test_context.html
test_extends_error.html
test_incl_tag_current_app.html
test_incl_tag_use_l10n.html
test_include_error.html