From cd46947ddb6719c819e75464d6aa0a10a6c10fad Mon Sep 17 00:00:00 2001 From: Ivan Tsouvarev Date: Fri, 26 Feb 2016 09:49:02 +0300 Subject: [1.9.x] Fixed #26280 -- Fixed cached template loader crash when loading nonexistent template. Backport of 8890c533e0b53cb0021bd5faf15668430cd3075a from master --- docs/releases/1.9.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3