diff options
| author | Tom Christie <tom@tomchristie.com> | 2016-06-06 11:46:20 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-06-06 07:33:26 -0400 |
| commit | 687af656cf486ac4295e91624d3a139b9c364b4c (patch) | |
| tree | 1cd3c476f6d994f8ab56ff691af4daea84c178b2 /docs | |
| parent | 747c546bf591c0489953a7ed507ecb9fe31d3fd9 (diff) | |
[1.9.x] Linked to upgrade guide from release notes.
Backport of da22079c21a02c65e31502dd05720d12c474b257 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 3 | ||||
| -rw-r--r-- | docs/releases/1.9.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 8ba689eb03..261de4c40d 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -13,6 +13,9 @@ also :ref:`begun the deprecation process for some features <deprecated-features-1.8>`, and some features have reached the end of their deprecation process and :ref:`have been removed <removed-features-1.8>`. +See the :doc:`/howto/upgrade-version` guide if you're updating an existing +project. + Django 1.8 has been designated as Django's second :term:`long-term support release`. It will receive security updates for at least three years after its release. Support for the previous LTS, Django 1.4, will end 6 months from the diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 4789eba115..f825b435b3 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -13,6 +13,9 @@ want to be aware of when upgrading from Django 1.8 or older versions. We've their deprecation cycle, and we've :ref:`begun the deprecation process for some features <deprecated-features-1.9>`. +See the :doc:`/howto/upgrade-version` guide if you're updating an existing +project. + Python compatibility ==================== |
