Fixed #26306 -- Fixed memory leak in cached template loader.

This commit is contained in:
Alex Hill 2016-03-09 11:35:39 +08:00 committed by Tim Graham
parent 460dab0b40
commit ecb59cc657
4 changed files with 79 additions and 10 deletions

View file

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