summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2015-06-04 12:50:07 +0100
committerTim Graham <timograham@gmail.com>2015-06-06 09:25:11 -0400
commita391b17ad24bc5f255a3928c23c158c79004c656 (patch)
tree58ad2bee78b2bf099e69c3052c1e512ff291dd30 /docs
parent2a7c59cd885b4c9f0584015c34c17c9ebca6d417 (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.txt3
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
^^^^^^^^^^^^^^^^^^^^^^