diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-19 13:08:08 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-19 13:08:24 -0500 |
| commit | f6019312ba90b4a4c166bea25a36073e8be2016e (patch) | |
| tree | 1706ebcf1d15744ba23d43effd31f9268d1c30df | |
| parent | 378a0d27d630386c1b0a53d4a2d48be767453198 (diff) | |
Added Django 2.1 stub to deprecation timeline.
| -rw-r--r-- | docs/internals/deprecation.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 49a3982239..cc8548a713 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -7,6 +7,16 @@ 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-2.1: + +2.1 +--- + +See the :ref:`Django 1.9 release notes<deprecated-features-1.9>` for more +details on these changes. + +* ... + .. _deprecation-removed-in-2.0: 2.0 |
