0
0
mirror of https://github.com/django/django.git synced 2024-11-28 10:48:32 +01:00
django/docs/ref/templates
Baptiste Mispelon 072fb923e1 Fixed #21881 -- Clarify behavior of {% ssi %} template tag.
When using the `parsed` option, {% ssi %} has the same limitation
as {% include %}, namely that the rendering of the included
template is done separately.

Thanks to trac user nagyv for the report and to alextreme for
the patch.
2014-02-23 12:00:24 +01:00
..
api.txt Made the new template.Context.flatten() method a public API. 2014-02-16 15:18:45 +01:00
builtins.txt Fixed #21881 -- Clarify behavior of {% ssi %} template tag. 2014-02-23 12:00:24 +01:00
index.txt