summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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`).