From 4f88143649d1bba69e911b2437a8f84d998d4bf2 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 4 Apr 2018 15:07:51 -0400 Subject: [PATCH] Fixed ordering in docs/internals/deprecation.txt. --- docs/internals/deprecation.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index df817041df4..5f30a38a3eb 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 ` 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 ` for more -details on these changes. - .. _deprecation-removed-in-2.1: 2.1