diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-10 10:06:07 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:05 -0500 |
| commit | f8473082004ccdc764ad08beeb7c2a17b238dc85 (patch) | |
| tree | 4c11fc079d8498f4ff315155613c92f4b651b036 /docs/internals | |
| parent | e27e4c03399f610e0db1fb9b881095d762fda2b7 (diff) | |
Advanced deprecation warnings for Django 2.0.
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 05100c43a9..eface82d4c 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.0: + +3.0 +--- + +See the :ref:`Django 2.0 release notes<deprecated-features-2.0>` for more +details on these changes. + .. _deprecation-removed-in-2.1: 2.1 |
