mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #25791 -- Implement autoreload behaviour for cached template loader.
This commit is contained in:
parent
29845ecf69
commit
658bcc16f1
7 changed files with 191 additions and 7 deletions
|
@ -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
|
||||
~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue