diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-05-03 15:07:31 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2024-05-22 15:44:07 -0300 |
| commit | 3a748cd0f53b718625d82262a70b2dabafd0185e (patch) | |
| tree | 038946de8e0709a9c4dc5825a81834ffe4e30841 /docs | |
| parent | 05cce083ad662913008e107bc6332e7ffe1502e6 (diff) | |
Advanced deprecation warnings for Django 5.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 1a74a2a46b..4b14b404fc 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-6.1: + +6.1 +--- + +See the :ref:`Django 5.2 release notes <deprecated-features-5.2>` for more +details on these changes. + .. _deprecation-removed-in-6.0: 6.0 |
