diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-04 12:29:31 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-13 09:07:51 +0200 |
| commit | 4c5236ef93db714b63eedcc5a162631a6ca1def9 (patch) | |
| tree | d82b7fc2f36909b2bf05b0aa45a5c30792d812ad /docs/ref/models/database-functions.txt | |
| parent | 3b94f12462d262a812930cf25efe8d8eb07c5c83 (diff) | |
Removed versionadded/changed annotations for 3.0.
Diffstat (limited to 'docs/ref/models/database-functions.txt')
| -rw-r--r-- | docs/ref/models/database-functions.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/ref/models/database-functions.txt b/docs/ref/models/database-functions.txt index b702085e77..da67d9e362 100644 --- a/docs/ref/models/database-functions.txt +++ b/docs/ref/models/database-functions.txt @@ -479,10 +479,6 @@ The ``is_dst`` parameter indicates whether or not ``pytz`` should interpret nonexistent and ambiguous datetimes in daylight saving time. By default (when ``is_dst=None``), ``pytz`` raises an exception for such datetimes. -.. versionadded:: 3.0 - - The ``is_dst`` parameter was added. - Given the datetime ``2015-06-15 14:30:50.000321+00:00``, the built-in ``kind``\s return: @@ -1120,8 +1116,6 @@ It can also be registered as a transform. For example:: .. class:: Sign(expression, **extra) -.. versionadded:: 3.0 - Returns the sign (-1, 0, 1) of a numeric field or expression. Usage example:: @@ -1357,8 +1351,6 @@ spaces. .. class:: MD5(expression, **extra) -.. versionadded:: 3.0 - Accepts a single text field or expression and returns the MD5 hash of the string. @@ -1489,8 +1481,6 @@ spaces. .. class:: SHA384(expression, **extra) .. class:: SHA512(expression, **extra) -.. versionadded:: 3.0 - Accepts a single text field or expression and returns the particular hash of the string. |
