diff options
| author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-06-04 12:50:07 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-06 09:25:11 -0400 |
| commit | a391b17ad24bc5f255a3928c23c158c79004c656 (patch) | |
| tree | 58ad2bee78b2bf099e69c3052c1e512ff291dd30 /docs | |
| parent | 2a7c59cd885b4c9f0584015c34c17c9ebca6d417 (diff) | |
Fixed #23516 -- Added caching of include tag Template objects
This also speeds up for loops that render the same template
multiple times.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index c6467d9f65..6b42418ee4 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -314,6 +314,9 @@ Templates * The ``timesince`` and ``timeuntil`` filters were improved to deal with leap years when given large time spans. +* The ``include`` tag now caches parsed templates objects during template + rendering, speeding up reuse in places such as for loops. + Requests and Responses ^^^^^^^^^^^^^^^^^^^^^^ |
