summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-09-19 10:09:01 -0400
committerTim Graham <timograham@gmail.com>2017-09-19 10:09:01 -0400
commitf86aa6656abc4b288bc7bcbab83aa0b278389f8c (patch)
treeae703bcc246bbc6f9e23ce73dda302aebe66291b /docs/internals
parentf13bd321105c1d83903040ae02e21da2bbd4db0c (diff)
Fixed typo in docs/internals/deprecation.txt.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 1 insertions, 1 deletions
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: