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 Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
second Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
broken_base.html Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
included_base.html Fixed #18169 -- NoReverseMatch not silenced if from block.super 2013-06-01 00:59:04 +03:00
included_content.html Fixed #18169 -- NoReverseMatch not silenced if from block.super 2013-06-01 00:59:04 +03:00
inclusion.html Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
recursive_include.html Improved {% include %} implementation 2013-08-30 10:36:36 +03:00
response.html Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
ssi include with spaces.html Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
ssi_include.html Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
test_context.html Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
test_extends_error.html Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
test_incl_tag_current_app.html Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
test_incl_tag_use_l10n.html Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
test_include_error.html Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00