summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-12-08 13:01:25 -0500
committerTim Graham <timograham@gmail.com>2015-12-08 13:01:25 -0500
commit26c26e83081d68035d6411b1acc17ba033e1876d (patch)
tree5bbe0a38c3dae0904980d96f7376bda1e4710a23 /docs
parente6bd688ef3b58ee522794dce77f64a81b53b3b9e (diff)
Refs #25886 -- Improved language in Python compatibility section of the release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt4
-rw-r--r--docs/releases/1.8.txt2
-rw-r--r--docs/releases/1.9.txt2
3 files changed, 5 insertions, 3 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index 3823dd448d..1b342b9497 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -23,8 +23,8 @@ Python compatibility
Django 1.7 requires Python 2.7, 3.2, 3.3, or 3.4. We **highly recommend** and
only officially support the latest release of each series.
-Since Django 1.6, support for Python 2.6 has been dropped and support for
-Python 3.4 has been added.
+The Django 1.6 series is the last to support Python 2.6. Django 1.7 is the
+first release to support Python 3.4.
This change should affect only a small number of Django users, as most
operating-system vendors today are shipping Python 2.7 or newer as their default
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 9a02f15581..aea45407c3 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -28,6 +28,8 @@ Python compatibility
Django 1.8 requires Python 2.7, 3.2, 3.3, 3.4, or 3.5. We **highly recommend**
and only officially support the latest release of each series.
+Django 1.8 is the first release to support Python 3.5.
+
Due to the end of upstream support for Python 3.2 in February 2016, we won't
test Django 1.8.x on Python 3.2 after the end of 2016.
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 9d10dc3f81..9a3eab7a03 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -23,7 +23,7 @@ Python compatibility
Django 1.9 requires Python 2.7, 3.4, or 3.5. We **highly recommend** and only
officially support the latest release of each series.
-Since Django 1.8, we've dropped support for Python 3.2 and 3.3.
+The Django 1.8 series is the last to support Python 3.2 and 3.3.
What's new in Django 1.9
========================