diff options
| author | Alex Hill <alex@hill.net.au> | 2016-03-09 11:35:39 +0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-16 12:37:57 -0400 |
| commit | ecb59cc6579402b68ddfd4499bf30edacf5963be (patch) | |
| tree | 05c9af211caaf5a0de6576f2c9fb77f1d898a3cb /docs | |
| parent | 460dab0b40cc072873893feb5dd6820fa0ee9e9d (diff) | |
Fixed #26306 -- Fixed memory leak in cached template loader.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.5.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.9.5.txt b/docs/releases/1.9.5.txt index 7e8efb6fec..d74a2d9abe 100644 --- a/docs/releases/1.9.5.txt +++ b/docs/releases/1.9.5.txt @@ -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`). |
