1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #26603 -- Forced lazy template names to text when computing cache key.

Refs #26536.

Thanks Sylvain Fankhauser for the very detailed report.
This commit is contained in:
Simon Charette
2016-05-10 09:57:03 -04:00
parent bf3057d10b
commit 207c5b4acd
3 changed files with 13 additions and 2 deletions

View File

@@ -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`).