diff options
| author | Tim Graham <timograham@gmail.com> | 2018-12-27 20:18:45 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-17 10:52:19 -0500 |
| commit | 1fecde6be9f42050ab993ecc293169280df3a974 (patch) | |
| tree | ebefb7b8d9ed1e4801280ae0ed22a2947ca7e7d9 /docs | |
| parent | da5eb3d56c4bfd1bd5ed99d52441d90f9695b5ac (diff) | |
Refs #11557 -- Removed the field_name keyword argument to QuerySet.earliest() and latest().
Per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index b49708f675..7699603dea 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -247,6 +247,9 @@ to remove usage of these features. * Support for the ``context`` argument of ``Field.from_db_value()`` and ``Expression.convert_value()`` is removed. +* The ``field_name`` keyword argument of ``QuerySet.earliest()` and + ``latest()`` is removed. + See :ref:`deprecated-features-2.1` for details on these changes, including how to remove usage of these features. |
