diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-06 08:09:58 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 11:49:15 +0100 |
| commit | 490cccbe7e83874923b276eed26cc23b0db5ebb9 (patch) | |
| tree | 12faeff64b1a0f973a9ce3535a0e8635a9dab074 /docs/ref/templates | |
| parent | ea92a4dc2879e084b46d9b141c0a535d536be2e6 (diff) | |
Removed versionadded/changed annotations for 4.1.
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`` |
