mirror of
https://github.com/django/django.git
synced 2025-12-09 02:55:57 +00:00
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. |
||
|---|---|---|
| .. | ||
| first | ||
| priority | ||
| second | ||
| template_tests | ||
| broken_base.html | ||
| included_base.html | ||
| included_content.html | ||
| inclusion.html | ||
| inclusion_base.html | ||
| inclusion_extends1.html | ||
| inclusion_extends2.html | ||
| index.html | ||
| recursive_include.html | ||
| response.html | ||
| ssi include with spaces.html | ||
| ssi_include.html | ||
| test_context.html | ||
| test_context_stack.html | ||
| test_extends_error.html | ||
| test_incl_tag_current_app.html | ||
| test_incl_tag_use_l10n.html | ||
| test_include_error.html | ||