diff options
| author | Tim Graham <timograham@gmail.com> | 2018-04-04 15:07:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-04-04 15:07:51 -0400 |
| commit | 4f88143649d1bba69e911b2437a8f84d998d4bf2 (patch) | |
| tree | 0518a23f3859c7b4e413bb3adc8f41bb9d9dc126 /docs/internals | |
| parent | b31a9149e1e27c1d57521f7cf0f4ac61f577e6b4 (diff) | |
Fixed ordering in docs/internals/deprecation.txt.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index df817041df..5f30a38a3e 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -29,6 +29,9 @@ details on these changes. * The ``field_name`` keyword argument of ``QuerySet.earliest()`` and ``latest()`` will be removed. +See the :ref:`Django 2.1 release notes <deprecated-features-2.1>` for more +details on these changes. + * ``django.contrib.gis.db.models.functions.ForceRHR`` will be removed. * ``django.utils.http.cookie_date()`` will be removed. @@ -38,9 +41,6 @@ details on these changes. * ``django.contrib.staticfiles.templatetags.static()`` will be removed. -See the :ref:`Django 2.1 release notes <deprecated-features-2.1>` for more -details on these changes. - .. _deprecation-removed-in-2.1: 2.1 |
