mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #26536 -- Preserved leading dashes of the cached template loader keys.
Thanks Anders Roos for the report.
This commit is contained in:
parent
218175b09d
commit
bd145e7209
3 changed files with 11 additions and 1 deletions
|
@ -21,3 +21,6 @@ Bugfixes
|
|||
|
||||
* Fixed a regression where ``SessionBase.pop()`` returned ``None`` rather than
|
||||
raising a ``KeyError`` for nonexistent values (:ticket:`26520`).
|
||||
|
||||
* Fixed a regression causing the cached template loader to crash when using
|
||||
template names starting with a dash (:ticket:`26536`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue