summaryrefslogtreecommitdiff
path: root/docs/ref/models/database-functions.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-02 10:25:57 -0500
committerTim Graham <timograham@gmail.com>2017-01-17 20:52:05 -0500
commite27e4c03399f610e0db1fb9b881095d762fda2b7 (patch)
tree11bd3fc4e762fad072ef29c0498daab3cba49554 /docs/ref/models/database-functions.txt
parent401c5b2e42bf9134d9221f446765dd0777306f0b (diff)
Removed versionadded/changed annotations for 1.10.
Diffstat (limited to 'docs/ref/models/database-functions.txt')
-rw-r--r--docs/ref/models/database-functions.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/models/database-functions.txt b/docs/ref/models/database-functions.txt
index 231d023e11..18d547d906 100644
--- a/docs/ref/models/database-functions.txt
+++ b/docs/ref/models/database-functions.txt
@@ -28,8 +28,6 @@ allows the field to have two "empty values", but it's important for the
.. class:: Cast(expression, output_field)
-.. versionadded:: 1.10
-
Forces the result type of ``expression`` to be the one from ``output_field``.
Usage example::
@@ -281,8 +279,6 @@ Date Functions
.. module:: django.db.models.functions.datetime
-.. versionadded:: 1.10
-
We'll be using the following model in examples of each function::
class Experiment(models.Model):