summaryrefslogtreecommitdiff
path: root/docs/ref/templates
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/templates')
-rw-r--r--docs/ref/templates/builtins.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 02b63db248..d431a9bc42 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -729,10 +729,6 @@ available to the included template::
been evaluated and rendered* - not blocks that can be overridden by, for
example, an extending template.
-.. versionchanged:: 3.1
-
- Support for iterables of template names was added.
-
.. templatetag:: load
``load``
@@ -1747,11 +1743,6 @@ example, when the active locale is ``en`` (English):
Using ``floatformat`` with no argument is equivalent to using ``floatformat``
with an argument of ``-1``.
-.. versionchanged:: 3.1
-
- In older versions, a negative zero ``-0`` was returned for negative numbers
- which round to zero.
-
.. versionchanged:: 3.2
The ``g`` suffix to force grouping by thousand separators was added.