From b7dd89ed5389067cb70294682ffef1ba23d33934 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 5 Jan 2021 11:20:50 +0100 Subject: Removed versionadded/changed annotations for 3.1. --- docs/ref/templates/builtins.txt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'docs/ref/templates') 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. -- cgit v1.3