From 1fecde6be9f42050ab993ecc293169280df3a974 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 27 Dec 2018 20:18:45 -0500 Subject: Refs #11557 -- Removed the field_name keyword argument to QuerySet.earliest() and latest(). Per deprecation timeline. --- docs/releases/3.0.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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. -- cgit v1.3