summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-12 22:11:44 +0100
committerGitHub <noreply@github.com>2019-11-12 22:11:44 +0100
commitb93a0e34d9b9b99d41103782b7e7aeabf47517e3 (patch)
tree29aab7bdf842b07679acedb57d3add0a992b5ca2 /docs/releases
parent30359496a3f3d9af0b02afc334710f7e24c74f5b (diff)
Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.2.8.txt3
-rw-r--r--docs/releases/2.2.txt5
2 files changed, 5 insertions, 3 deletions
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 3fb1f134fb..36d2724abb 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: