From da22079c21a02c65e31502dd05720d12c474b257 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 6 Jun 2016 11:46:20 +0100 Subject: [PATCH] Linked to upgrade guide from release notes. --- docs/releases/1.10.txt | 3 +++ docs/releases/1.11.txt | 3 +++ docs/releases/1.8.txt | 3 +++ docs/releases/1.9.txt | 3 +++ 4 files changed, 12 insertions(+) diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index c3fea46a7f..8dd97e3da8 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -11,6 +11,9 @@ want to be aware of when upgrading from Django 1.9 or older versions. We've of their deprecation cycle, and we've :ref:`begun the deprecation process for some features `. +See the :doc:`/howto/upgrade-version` guide if you're updating an existing +project. + Python compatibility ==================== diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 918a6157f1..e4677c6347 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -10,6 +10,9 @@ want to be aware of when upgrading from Django 1.10 or older versions. We've :ref:`begun the deprecation process for some features `. +See the :doc:`/howto/upgrade-version` guide if you're updating an existing +project. + Django 1.11 is designated as a :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.8, will end 6 months after the release date of diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index bedb6a9081..e1ada480e3 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 `, and some features have reached the end of their deprecation process and :ref:`have been removed `. +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 1bc2ba251f..00eda15f7c 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 `. +See the :doc:`/howto/upgrade-version` guide if you're updating an existing +project. + Python compatibility ====================