mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Removed versionadded/changed annotations for 1.10.
This commit is contained in:
parent
401c5b2e42
commit
e27e4c0339
57 changed files with 0 additions and 562 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue