django1/tests/template_tests/templates
Tim Graham 5c63c45512 [1.8.x] Fixed #23441, #24555 -- Improved the behavior of InclusionNode.
This change:

* Makes the InclusionNode cache-safe by removing render-time side effects
  to its nodelist.
* Ensures the render_context stack is properly scoped and reset by updating
  the render call to use Template.render rather than Nodelist.render.

Backport of 0808ccce38 from master
2015-04-01 13:12:18 -04:00
..
first Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
priority Fixed #21460 -- Reenabled proper template precedence in find_template 2013-11-22 11:09:51 +01:00
second Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
template_tests [1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:32:14 +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
inclusion_base.html [1.8.x] Fixed #23441, #24555 -- Improved the behavior of InclusionNode. 2015-04-01 13:12:18 -04:00
inclusion_extends1.html [1.8.x] Fixed #23441, #24555 -- Improved the behavior of InclusionNode. 2015-04-01 13:12:18 -04:00
inclusion_extends2.html [1.8.x] Fixed #23441, #24555 -- Improved the behavior of InclusionNode. 2015-04-01 13:12:18 -04:00
index.html [1.8.x] Cleaned up template loader tests. 2015-02-24 08:59:05 -05: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 Added newlines to the ends of CSS, HTML, and JavaScript files missing them. 2014-08-12 19:22:09 -04:00
test_context_stack.html Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to its Context 2014-02-22 23:33:48 +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 Added newlines to the ends of CSS, HTML, and JavaScript files missing them. 2014-08-12 19:22:09 -04:00