From f86aa6656abc4b288bc7bcbab83aa0b278389f8c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 19 Sep 2017 10:09:01 -0400 Subject: [PATCH] Fixed typo in docs/internals/deprecation.txt. --- docs/internals/deprecation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index c49b124f9c..94c470cbc1 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -26,7 +26,7 @@ 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 +* The ``field_name`` keyword argument of ``QuerySet.earliest()`` and ``latest()`` will be removed. .. _deprecation-removed-in-2.1: