summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIvan Tsouvarev <tsouvarev@gmail.com>2016-02-26 09:49:02 +0300
committerTim Graham <timograham@gmail.com>2016-02-26 08:02:10 -0500
commit8890c533e0b53cb0021bd5faf15668430cd3075a (patch)
tree0de02201e84710fb7dd8e52e9eabb8d055c3756d /docs
parenteb44172760e9439c8025d6812885b99a94892af3 (diff)
Fixed #26280 -- Fixed cached template loader crash when loading nonexistent template.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.3.txt b/docs/releases/1.9.3.txt
index ef95681024..625899daa0 100644
--- a/docs/releases/1.9.3.txt
+++ b/docs/releases/1.9.3.txt
@@ -46,3 +46,6 @@ Bugfixes
* Changed the admin's "permission denied" message in the login template to use
``get_username`` instead of ``username`` to support custom user models
(:ticket:`26231`).
+
+* Fixed a crash when passing a nonexistent template name to the cached template
+ loader's ``load_template()`` method (:ticket:`26280`).