diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-17 10:29:30 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-17 11:05:45 -0400 |
| commit | b9dd8512f2dfc9ac2046accff8e95b29a97cfeee (patch) | |
| tree | 452489917a0cfa35d8a94ee1328857ada666c3ca /docs/internals | |
| parent | 74a313942c8a63565213631b781638973749bdbc (diff) | |
Advanced deprecation warnings for Django 2.2.
Diffstat (limited to 'docs/internals')
| -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 99a16f50fd..3a72ea43ca 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-3.1: + +3.1 +--- + +See the :ref:`Django 2.2 release notes <deprecated-features-2.2>` for more +details on these changes. + .. _deprecation-removed-in-3.0: 3.0 |
