diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-05 09:09:25 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-05 09:10:16 -0500 |
| commit | 77209e783ce085dd9642167cbd60089b742dd55e (patch) | |
| tree | 8366eaabfbb3bb761dabb74355b6d18f57866d47 | |
| parent | 0e03d4618be44e02321529814399d8e978d2a184 (diff) | |
[1.7.x] Removed redundant link in 1.7 release notes.
Backport of 9f4c718b2f from master
| -rw-r--r-- | docs/releases/1.7.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 4749e300fa..5016bef6d4 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -8,10 +8,9 @@ Welcome to Django 1.7! These release notes cover the `new features`_, as well as some `backwards incompatible changes`_ you'll want to be aware of when upgrading from Django -1.6 or older versions. We've also dropped some features, which are detailed in -:ref:`our deprecation plan <deprecation-removed-in-1.7>`, we've `begun the -deprecation process for some features`_, and some features have reached the -end of their deprecation process and `have been removed`_. +1.6 or older versions. We've `begun the deprecation process for some features`_, +and some features have reached the end of their deprecation process and +`have been removed`_. .. _`new features`: `What's new in Django 1.7`_ .. _`backwards incompatible changes`: `Backwards incompatible changes in 1.7`_ |
