From 97237ad3feed80407ed1884ea84cf00fd9fea367 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 16 Sep 2021 07:43:34 +0200 Subject: Removed versionadded/changed annotations for 3.2. --- docs/ref/models/database-functions.txt | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'docs/ref/models/database-functions.txt') diff --git a/docs/ref/models/database-functions.txt b/docs/ref/models/database-functions.txt index 3d2e436b67..28d489d256 100644 --- a/docs/ref/models/database-functions.txt +++ b/docs/ref/models/database-functions.txt @@ -97,8 +97,6 @@ Usage examples:: .. class:: Collate(expression, collation) -.. versionadded:: 3.2 - Takes an expression and a collation name to query against. For example, to filter case-insensitively in SQLite:: @@ -158,8 +156,6 @@ and ``comment.modified``. .. class:: JSONObject(**fields) -.. versionadded:: 3.2 - Takes a list of key-value pairs and returns a JSON object containing those pairs. @@ -663,10 +659,6 @@ that deal with date-parts can be used with ``DateField``:: .. attribute:: lookup_name = 'date' .. attribute:: output_field = DateField() - .. versionchanged:: 3.2 - - The ``tzinfo`` parameter was added. - ``TruncDate`` casts ``expression`` to a date rather than using the built-in SQL truncate function. It's also registered as a transform on ``DateTimeField`` as ``__date``. @@ -676,10 +668,6 @@ truncate function. It's also registered as a transform on ``DateTimeField`` as .. attribute:: lookup_name = 'time' .. attribute:: output_field = TimeField() - .. versionchanged:: 3.2 - - The ``tzinfo`` parameter was added. - ``TruncTime`` casts ``expression`` to a time rather than using the built-in SQL truncate function. It's also registered as a transform on ``DateTimeField`` as ``__time``. @@ -1162,8 +1150,6 @@ It can also be registered as a transform. For example:: .. class:: Random(**extra) -.. versionadded:: 3.2 - Returns a random value in the range ``0.0 ≤ x < 1.0``. ``Round`` -- cgit v1.3