summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-09-07 19:44:23 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-09-10 12:01:00 +0200
commit9a2a12d415e6d224797b0779c5af03deb8c45b0a (patch)
treebe3812c55c02ccce8a257e2c53d09a6534cd6a9f /docs
parent0ddb4ebf7bfcc4730c80a772dd146a49ef6895f6 (diff)
Advanced deprecation warnings for Django 3.1.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index f29b6b2fac..03e9fa93ce 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 <deprecated-features-3.1>` for more
+details on these changes.
+
.. _deprecation-removed-in-3.1:
3.1