summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-11-18 15:56:29 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-11-19 16:38:33 +0100
commit9afeb6b9b6d4e025306c918e7e717288049cbdfd (patch)
treea02d4767e1522e147510941d1ee2b3c6b34952ff /docs/releases
parent233e2a9e31ba7acbad4a0f5131ed2bcdcdba3b02 (diff)
[4.2.x] Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x.
Backport of ecfea054ee2b8ddfa027459ff8b6aecba05facf7 from main.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/4.2.8.txt3
-rw-r--r--docs/releases/4.2.txt5
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/releases/4.2.8.txt b/docs/releases/4.2.8.txt
index 2229324362..5c2d089b7f 100644
--- a/docs/releases/4.2.8.txt
+++ b/docs/releases/4.2.8.txt
@@ -4,7 +4,8 @@ Django 4.2.8 release notes
*Expected December 4, 2023*
-Django 4.2.8 fixes several bugs in 4.2.7.
+Django 4.2.8 fixes several bugs in 4.2.7 and adds compatibility with Python
+3.12.
Bugfixes
========
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt
index aeda95d7af..59f144a15c 100644
--- a/docs/releases/4.2.txt
+++ b/docs/releases/4.2.txt
@@ -23,8 +23,9 @@ end in April 2024.
Python compatibility
====================
-Django 4.2 supports Python 3.8, 3.9, 3.10, and 3.11. We **highly recommend**
-and only officially support the latest release of each series.
+Django 4.2 supports Python 3.8, 3.9, 3.10, 3.11, and 3.12 (as of 4.2.8). We
+**highly recommend** and only officially support the latest release of each
+series.
.. _whats-new-4.2: