diff options
| author | tschilling <schillingt@better-simple.com> | 2019-03-07 11:10:17 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-03-07 11:11:45 +0100 |
| commit | 38c3f7ea599d942f95a618aa25cd80395705bfa4 (patch) | |
| tree | ca7ea8dd5b1f333026ddfa354b65065ddeb383a7 | |
| parent | 75840688f94c022cd2a62143149a30e6d2db8496 (diff) | |
Corrected markup in v3.0 release notes.
| -rw-r--r-- | docs/releases/3.0.txt | 2 |
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 |
