summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.txt2
1 files changed, 1 insertions, 1 deletions
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