diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-05 09:08:09 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-05 09:08:09 -0500 |
| commit | f5fe9f29c8a9ae93226125b99e751f1176e22801 (patch) | |
| tree | 1306de5f8ce972cff44b20e855b8ae11f6f14be0 /docs/internals | |
| parent | f1f0c4f16bd7a1138a881c3645719e84e200440a (diff) | |
Added "Features removed in 1.8" section to release notes.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index b0fe326937..57334840d4 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -12,6 +12,9 @@ about each item can often be found in the release notes of two versions prior. 2.0 --- +See the :ref:`Django 1.8 release notes<deprecated-features-1.8>` for more +details on these changes. + * ``cycle`` and ``firstof`` template tags will be removed from the ``future`` template tag library (used during the 1.6/1.7 deprecation period). |
