diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-16 09:58:12 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-20 21:23:01 +0200 |
| commit | 8b6d0333cf5cfefd55e36969145507bb6acfca10 (patch) | |
| tree | 3fbd49bffdfeb6f83772e4f8f77b99e4bbdac0b7 /docs | |
| parent | 737fa72ae3de1debe97f0a527eeebda3869aa227 (diff) | |
Advanced deprecation warnings for Django 4.1.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 <deprecated-features-4.1>` for more +details on these changes. + .. _deprecation-removed-in-4.1: 4.1 |
