diff options
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 |
