mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #26306 -- Fixed memory leak in cached template loader.
This commit is contained in:
parent
460dab0b40
commit
ecb59cc657
4 changed files with 79 additions and 10 deletions
|
@ -25,3 +25,5 @@ Bugfixes
|
|||
their password to something with such whitespace after a site updated to
|
||||
Django 1.9 to reset their password. It provides backwards-compatibility for
|
||||
earlier versions of Django.
|
||||
|
||||
* Fixed a memory leak in the cached template loader (:ticket:`26306`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue