1
0
mirror of https://github.com/django/django.git synced 2025-01-06 08:25:50 +00:00
django/tests/template_tests
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
..
eggs
filter_tests [1.8.x] Fixed escaping regression in urlize filter. 2015-03-10 19:12:20 -04:00
jinja2/template_tests
other_templates
syntax_tests
templates [1.8.x] Fixed #23441, #24555 -- Improved the behavior of InclusionNode. 2015-04-01 13:12:18 -04:00
templatetags [1.8.x] Fixed #23441, #24555 -- Improved the behavior of InclusionNode. 2015-04-01 13:12:18 -04:00
__init__.py
alternate_urls.py
test_callables.py
test_context.py
test_custom.py [1.8.x] Fixed #23441, #24555 -- Improved the behavior of InclusionNode. 2015-04-01 13:12:18 -04:00
test_engine.py
test_loaders.py
test_nodelist.py
test_parser.py
test_response.py [1.8.x] Cleaned up template directory handling in template tests. 2015-02-24 09:22:25 -05:00
test_smartif.py
test_unicode.py
tests.py [1.8.x] Cleaned up template directory handling in template tests. 2015-02-24 09:22:25 -05:00
urls.py
utils.py
views.py