diff options
| author | Tim Graham <timograham@gmail.com> | 2018-12-27 21:00:33 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-17 11:15:27 -0500 |
| commit | f5060a138583c46e14231b7ca1d256dc1e42f9f9 (patch) | |
| tree | 085be9ec3bde6f1ef1881b3ec515d6c28ba30d7c /docs | |
| parent | da1de1615c4d498d7de015dc0028ad4be220df15 (diff) | |
Advanced deprecation warnings for Django 3.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 087458fa5e..1a5b98df33 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-4.0: + +4.0 +--- + +See the :ref:`Django 3.0 release notes <deprecated-features-3.0>` for more +details on these changes. + .. _deprecation-removed-in-3.1: 3.1 |
