mirror of
https://github.com/django/django.git
synced 2024-12-31 21:46:05 +00:00
5c63c45512
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
|
||
---|---|---|
.. | ||
eggs | ||
filter_tests | ||
jinja2/template_tests | ||
other_templates | ||
syntax_tests | ||
templates | ||
templatetags | ||
__init__.py | ||
alternate_urls.py | ||
test_callables.py | ||
test_context.py | ||
test_custom.py | ||
test_engine.py | ||
test_loaders.py | ||
test_nodelist.py | ||
test_parser.py | ||
test_response.py | ||
test_smartif.py | ||
test_unicode.py | ||
tests.py | ||
urls.py | ||
utils.py | ||
views.py |