From ad4a8acdb55a80a6a6dec60724b22abed0025399 Mon Sep 17 00:00:00 2001 From: François Freitag Date: Wed, 21 Jun 2017 13:28:16 -0700 Subject: Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and QuerySet.earliest()/latest(). --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index c41245ac65..c49b124f9c 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -26,6 +26,9 @@ details on these changes. * Support for the ``context`` argument of ``Field.from_db_value()`` and ``Expression.convert_value()`` will be removed. +* The ``field_name`` keyword argument of ``QuerySet.earliest()` and + ``latest()`` will be removed. + .. _deprecation-removed-in-2.1: 2.1 -- cgit v1.3