From 8b6d0333cf5cfefd55e36969145507bb6acfca10 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 16 Sep 2021 09:58:12 +0200 Subject: Advanced deprecation warnings for Django 4.1. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 29af8cc7e2..202acdf608 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -62,6 +62,9 @@ details on these changes. * The ability to return a ``str``, rather than a ``SafeString``, when rendering an ``ErrorDict`` and ``ErrorList`` will be removed. +See the :ref:`Django 4.1 release notes ` for more +details on these changes. + .. _deprecation-removed-in-4.1: 4.1 -- cgit v1.3