diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-14 10:40:19 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-14 17:50:04 +0100 |
| commit | b4c5f878bd8d8ba4850ab0f1811cc321e5a627ac (patch) | |
| tree | 6bdd6c1bf344a1f14e4f5d6d85b7b4479380c8e8 /docs | |
| parent | 0aa6a602b2b1cac6fe8e55051eed493b9cea7b81 (diff) | |
Advanced deprecation warnings for Django 4.0.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/deprecation.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 181dc8e441..4db5d685d7 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -7,6 +7,14 @@ in a backward incompatible way, following their deprecation, as per the :ref:`deprecation policy <internal-release-deprecation-policy>`. More details about each item can often be found in the release notes of two versions prior. +.. _deprecation-removed-in-5.0: + +5.0 +--- + +See the :ref:`Django 4.0 release notes <deprecated-features-4.0>` for more +details on these changes. + .. _deprecation-removed-in-4.1: 4.1 |
