summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Forbes <tom@tomforb.es>2020-11-05 12:18:20 +0100
committerCarlton Gibson <carlton@noumenal.es>2020-11-05 15:30:52 +0100
commit658bcc16f1b814b3a063d3fa16fabaea8b471863 (patch)
treeb72334b78a25f572d95ba02049dd6f4d7e97d5c2 /docs
parent29845ecf6999e9e31b56a82229d885f8dfb99e04 (diff)
Fixed #25791 -- Implement autoreload behaviour for cached template loader.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt
index f684486687..a460f96eef 100644
--- a/docs/releases/3.2.txt
+++ b/docs/releases/3.2.txt
@@ -394,6 +394,9 @@ Templates
* :tfilter:`floatformat` template filter now allows using the ``g`` suffix to
force grouping by the :setting:`THOUSAND_SEPARATOR` for the active locale.
+* Templates cached with :ref:`Cached template loaders<template-loaders>` are
+ now correctly reloaded in development.
+
Tests
~~~~~