diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-09-07 19:44:23 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-09-10 12:01:00 +0200 |
| commit | 9a2a12d415e6d224797b0779c5af03deb8c45b0a (patch) | |
| tree | be3812c55c02ccce8a257e2c53d09a6534cd6a9f /docs | |
| parent | 0ddb4ebf7bfcc4730c80a772dd146a49ef6895f6 (diff) | |
Advanced deprecation warnings for Django 3.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 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 |
