summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-09-05 14:40:15 -0400
committernessita <124304+nessita@users.noreply.github.com>2025-09-17 15:17:05 -0300
commitcebbd5a6ad6b065ee2ea89fe7ded544b0bf48d12 (patch)
tree78fe463a1378cd29a65ba49fb30a7847214f028e /docs
parentb83204a06e2a4b01f8580b5452058729786ee1d5 (diff)
Advanced deprecation warnings for Django 6.1.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 99887005c3..f2a6e9b545 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -53,6 +53,11 @@ details on these changes.
* The ``django.core.mail.forbid_multi_line_headers()`` and
``django.core.mail.message.sanitize_address()`` functions will be removed.
+See the :ref:`Django 6.1 release notes <deprecated-features-6.1>` for more
+details on these changes.
+
+* ...
+
.. _deprecation-removed-in-6.1:
6.1