summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-03 20:50:45 +0200
committerGitHub <noreply@github.com>2020-08-03 20:50:45 +0200
commitbce4a53670668d6fd1e34685197151c17fd1b378 (patch)
tree08dcd85976ad537dd72392766ba71a9586e2b1fe /docs/internals
parentb68b8cb89abb35ff2152175ea540619ec384b1f4 (diff)
Moved note about features deprecated in Django 3.1 above their descriptions.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index e472d5a443..aa35943960 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -53,6 +53,9 @@ details on these changes.
* ``django.utils.http.is_safe_url()`` will be removed.
+See the :ref:`Django 3.1 release notes <deprecated-features-3.1>` 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
@@ -115,9 +118,6 @@ details on these changes.
* The ``{% ifequal %}`` and ``{% ifnotequal %}`` template tags will be removed.
-See the :ref:`Django 3.1 release notes <deprecated-features-3.1>` for more
-details on these changes.
-
.. _deprecation-removed-in-3.1:
3.1