summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-12 22:11:44 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-12 22:13:54 +0100
commit9ad38d4089dafaf6574a51bc804e963b7fdb8eb1 (patch)
treef3f30eaecb72a711d95da02b1d2690d84820e251 /docs
parentf375ad95fa4248536d762d5da751c837b53e7a2d (diff)
[3.0.x] Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.
Backport of b93a0e34d9b9b99d41103782b7e7aeabf47517e3 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/install.txt3
-rw-r--r--docs/releases/2.2.8.txt3
-rw-r--r--docs/releases/2.2.txt5
3 files changed, 7 insertions, 4 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 12c3c8f523..fc8f2ec7dc 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -52,7 +52,8 @@ Django version Python versions
============== ===============
1.11 2.7, 3.4, 3.5, 3.6, 3.7 (added in 1.11.17)
2.0 3.4, 3.5, 3.6, 3.7
-2.1, 2.2 3.5, 3.6, 3.7
+2.1 3.5, 3.6, 3.7
+2.2 3.5, 3.6, 3.7, 3.8 (added in 2.2.8)
3.0 3.6, 3.7, 3.8
============== ===============
diff --git a/docs/releases/2.2.8.txt b/docs/releases/2.2.8.txt
index a2772f51df..0c2b3eabdf 100644
--- a/docs/releases/2.2.8.txt
+++ b/docs/releases/2.2.8.txt
@@ -4,7 +4,8 @@ Django 2.2.8 release notes
*Expected December 2, 2019*
-Django 2.2.8 fixes several bugs in 2.2.7.
+Django 2.2.8 fixes several bugs in 2.2.7 and adds compatibility with Python
+3.8.
Bugfixes
========
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt
index 2639aa886a..98795433c0 100644
--- a/docs/releases/2.2.txt
+++ b/docs/releases/2.2.txt
@@ -22,8 +22,9 @@ for the previous LTS, Django 1.11, will end in April 2020.
Python compatibility
====================
-Django 2.2 supports Python 3.5, 3.6, and 3.7. We **highly recommend** and only
-officially support the latest release of each series.
+Django 2.2 supports Python 3.5, 3.6, 3.7, and 3.8 (as of 2.2.8). We
+**highly recommend** and only officially support the latest release of each
+series.
.. _whats-new-2.2: