summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-27 12:01:24 -0500
committerTim Graham <timograham@gmail.com>2016-12-27 12:01:24 -0500
commit4701abd56e382bca72d4ff8e0b015948c9ab3feb (patch)
treeda93587fc15b9009d8d3e085879c4daf995fa7e2 /docs
parente2d02c1fc99d8d85ec2a13a745cb786a15a5c6b2 (diff)
Refs #27025 -- Documented Python 3.6 compatibility for Django 1.11.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index 9cfd7ae2d8..24247f7d75 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -20,8 +20,9 @@ for the previous LTS, Django 1.8, will end in April 2018.
Python compatibility
====================
-Like Django 1.10, Django 1.11 requires Python 2.7, 3.4, or 3.5. We **highly
-recommend** and only officially support the latest release of each series.
+Django 1.11 requires Python 2.7, 3.4, 3.5, or 3.6. Django 1.11 is the first
+release to support Python 3.6. We **highly recommend** and only officially
+support the latest release of each series.
The Django 1.11.x series is the last to support Python 2. The next major
release, Django 2.0, will only support Python 3.5+.