summaryrefslogtreecommitdiff
path: root/docs/ref/models/database-functions.txt
diff options
context:
space:
mode:
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):