summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorFrançois Freitag <mail@franek.fr>2017-06-21 13:28:16 -0700
committerTim Graham <timograham@gmail.com>2017-09-05 20:14:54 -0400
commitad4a8acdb55a80a6a6dec60724b22abed0025399 (patch)
treef701b04d378cde4292844b39e829a64300fc620c /docs/internals
parent093fd479d6be1790c6dc174f9df3a895b50e8a2f (diff)
Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and QuerySet.earliest()/latest().
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
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