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