summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-05 13:30:41 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-05 13:31:57 +0200
commitab07cb4b5447dc58e29f3f17a75d967d9c5c5c00 (patch)
treea1c751e483cbf034ec7b53ef20ff99d37610f034
parentc8d0a8c9b606e1b213c3a141d580080650b5f798 (diff)
[4.0.x] Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.
Backport of 604df4e0adc71da264f61fe85020a170c98e6f09 from main.
-rw-r--r--docs/faq/install.txt2
-rw-r--r--docs/releases/3.2.9.txt3
-rw-r--r--docs/releases/3.2.txt5
3 files changed, 6 insertions, 4 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index bf73909296..381d32d193 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -53,7 +53,7 @@ Django version Python versions
2.2 3.5, 3.6, 3.7, 3.8 (added in 2.2.8), 3.9 (added in 2.2.17)
3.0 3.6, 3.7, 3.8, 3.9 (added in 3.0.11)
3.1 3.6, 3.7, 3.8, 3.9 (added in 3.1.3)
-3.2 3.6, 3.7, 3.8, 3.9
+3.2 3.6, 3.7, 3.8, 3.9, 3.10 (added in 3.2.9)
4.0 3.8, 3.9, 3.10
============== ===============
diff --git a/docs/releases/3.2.9.txt b/docs/releases/3.2.9.txt
index 313cd6e62b..56cbd1d223 100644
--- a/docs/releases/3.2.9.txt
+++ b/docs/releases/3.2.9.txt
@@ -4,7 +4,8 @@ Django 3.2.9 release notes
*Expected November 1, 2021*
-Django 3.2.9 fixes several bugs in 3.2.8.
+Django 3.2.9 fixes several bugs in 3.2.8 and adds compatibility with Python
+3.10.
Bugfixes
========
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt
index 76d1ade6d5..15a079988d 100644
--- a/docs/releases/3.2.txt
+++ b/docs/releases/3.2.txt
@@ -23,8 +23,9 @@ end in April 2022.
Python compatibility
====================
-Django 3.2 supports Python 3.6, 3.7, 3.8, and 3.9. We **highly recommend** and
-only officially support the latest release of each series.
+Django 3.2 supports Python 3.6, 3.7, 3.8, 3.9, and 3.10 (as of 3.2.9). We
+**highly recommend** and only officially support the latest release of each
+series.
.. _whats-new-3.2: