summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2016-05-10 09:57:03 -0400
committerSimon Charette <charette.s@gmail.com>2016-05-10 10:50:21 -0400
commit6a67dce9ccbb2533cbb3fb8d16affdf17dd1f8e7 (patch)
tree84e186e915e6012036d99439d21ca138200cb12c /docs
parent145572adb386dc05bc1302bee4432648b13e7e66 (diff)
[1.9.x] Fixed #26603 -- Forced lazy template names to text when computing cache key.
Refs #26536. Thanks Sylvain Fankhauser for the very detailed report. Backport of 207c5b4acd410dd39bac31457dae26a0d15b8b93 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.7.txt b/docs/releases/1.9.7.txt
index 0a969d6609..5514222888 100644
--- a/docs/releases/1.9.7.txt
+++ b/docs/releases/1.9.7.txt
@@ -14,3 +14,6 @@ Bugfixes
* Fixed translation of password validators' ``help_text`` in forms
(:ticket:`26544`).
+
+* Fixed a regression causing the cached template loader to crash when using
+ lazy template names (:ticket:`26603`).