diff options
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/api.txt | 11 | ||||
| -rw-r--r-- | docs/ref/templates/builtins.txt | 4 |
2 files changed, 0 insertions, 15 deletions
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 2e0adb0046..8110d5bed9 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -102,11 +102,6 @@ overridden by what's passed by These loaders are then wrapped in :class:`django.template.loaders.cached.Loader`. - .. versionchanged:: 4.1 - - In older versions, the cached template loader was only enabled by - default when ``DEBUG`` was ``False``. - See :ref:`template-loaders` for details. * ``string_if_invalid`` is the output, as a string, that the template @@ -949,12 +944,6 @@ loaders that come with Django: information, see :ref:`template tag thread safety considerations <template_tag_thread_safety>`. - .. versionchanged:: 4.1 - - The cached template loader was enabled whenever ``OPTIONS['loaders']`` - is not specified. Previously it was only enabled when ``DEBUG`` was - ``False``. - ``django.template.loaders.locmem.Loader`` .. class:: locmem.Loader diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 5804f455bd..eb24a2854a 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1867,10 +1867,6 @@ This is compatible with a strict Content Security Policy that prohibits in-page script execution. It also maintains a clean separation between passive data and executable code. -.. versionchanged:: 4.1 - - In older versions, the HTML "id" was a required argument. - .. templatefilter:: last ``last`` |
