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:34 -0500
commitcd46947ddb6719c819e75464d6aa0a10a6c10fad (patch)
tree146bab6b02ca963b1ec1aaf06222fc7778ae89e4 /docs
parent911a77fcca49a92d0750b7f7d573ea2dcf77a1a9 (diff)
[1.9.x] Fixed #26280 -- Fixed cached template loader crash when loading nonexistent template.
Backport of 8890c533e0b53cb0021bd5faf15668430cd3075a from master
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`).