diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-05-10 15:17:59 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2022-05-17 14:22:06 +0200 |
| commit | cdb2f7f36c1e9460e77f1c116e49ca156b312756 (patch) | |
| tree | 4a82c8ed4ee335a7da66ed222dc1fc47c91aa143 /docs | |
| parent | ca1c3151c3df48f1fb2cd17df9cfe93800254665 (diff) | |
Advanced deprecation warnings for Django 4.2.
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 73ed9a3c6b..7bef5e7db5 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.1: + +5.1 +--- + +See the :ref:`Django 4.2 release notes <deprecated-features-4.2>` for more +details on these changes. + .. _deprecation-removed-in-5.0: 5.0 |
