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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user