diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-13 10:24:05 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | 7bc88c3c15dcc3aa38702f298845a97618b1932b (patch) | |
| tree | 5d454418a587a049493a1346ad859a90f1c9ccb9 /docs | |
| parent | 17ae61a5d4ec75ac5e40363cc76b04c191b50d3d (diff) | |
Advanced deprecation warnings for Django 6.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 71e4e19cd8..e29c554f95 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-7.0: + +7.0 +--- + +See the :ref:`Django 6.0 release notes <deprecated-features-6.0>` for more +details on these changes. + .. _deprecation-removed-in-6.1: 6.1 |
