Fixed typo in docs/internals/deprecation.txt.

This commit is contained in:
Tim Graham 2017-09-19 10:09:01 -04:00
parent f13bd32110
commit f86aa6656a
1 changed files with 1 additions and 1 deletions

View File

@ -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: