diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-17 10:16:32 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-17 11:00:10 -0400 |
| commit | 7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 (patch) | |
| tree | 98e0f0cbec43f45ea36c09cafb97385bca028a9f /docs/ref/models/options.txt | |
| parent | 1cbd3d7874a4887fa2a6d7ef582defc388429b97 (diff) | |
Removed versionadded/changed annotations for 2.0.
Diffstat (limited to 'docs/ref/models/options.txt')
| -rw-r--r-- | docs/ref/models/options.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt index 51a87fc632..cea73eb67f 100644 --- a/docs/ref/models/options.txt +++ b/docs/ref/models/options.txt @@ -147,10 +147,6 @@ Django quotes column and table names behind the scenes. See the :meth:`~django.db.models.query.QuerySet.latest` docs for more. - .. versionchanged:: 2.0 - - Support for a list of fields was added. - ``managed`` ----------- @@ -291,10 +287,6 @@ Django quotes column and table names behind the scenes. Default ordering also affects :ref:`aggregation queries <aggregation-ordering-interaction>`. - .. versionchanged:: 2.0 - - Support for query expressions was added. - .. warning:: Ordering is not a free operation. Each field you add to the ordering |
