From 38c3f7ea599d942f95a618aa25cd80395705bfa4 Mon Sep 17 00:00:00 2001 From: tschilling Date: Thu, 7 Mar 2019 11:10:17 +0100 Subject: [PATCH] Corrected markup in v3.0 release notes. --- docs/releases/3.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 76777a86ef..7d09d94399 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -370,7 +370,7 @@ 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 +* 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