Corrected markup in v3.0 release notes.

This commit is contained in:
tschilling 2019-03-07 11:10:17 +01:00 committed by Carlton Gibson
parent 75840688f9
commit 38c3f7ea59
1 changed files with 1 additions and 1 deletions

View File

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