From acb7866b1fdda7592d9a16f0d0cc98f5d86a0a56 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 3 Aug 2020 20:50:45 +0200 Subject: [PATCH] [3.1.x] Moved note about features deprecated in Django 3.1 above their descriptions. Backport of bce4a53670668d6fd1e34685197151c17fd1b378 from master --- 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 5adc6f0362..14a2b41a4c 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -34,6 +34,9 @@ details on these changes. * ``django.utils.http.is_safe_url()`` will be removed. +See the :ref:`Django 3.1 release notes ` for more +details on these changes. + * The ``PASSWORD_RESET_TIMEOUT_DAYS`` setting will be removed. * The undocumented usage of the :lookup:`isnull` lookup with non-boolean values @@ -96,9 +99,6 @@ details on these changes. * The ``{% ifequal %}`` and ``{% ifnotequal %}`` template tags will be removed. -See the :ref:`Django 3.1 release notes ` for more -details on these changes. - .. _deprecation-removed-in-3.1: 3.1