summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-10-13 08:35:01 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-10-13 08:36:43 +0200
commit84685e5132718ea700acc7cb9c7168fb4a915cd4 (patch)
treeedb9e37193b375c2aa6d61da693fefb87778b712 /docs
parentb7d58dd5df8917bb2168b8ead5d5eecee4af48db (diff)
[3.1.x] Refs #31040 -- Doc'd Python 3.9 compatibility.
Backport of e18156b6c35908f2a4026287b5225a6a4da8af1a from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/install.txt5
-rw-r--r--docs/releases/2.2.17.txt7
-rw-r--r--docs/releases/2.2.txt6
-rw-r--r--docs/releases/3.0.11.txt7
-rw-r--r--docs/releases/3.0.txt4
-rw-r--r--docs/releases/3.1.3.txt3
-rw-r--r--docs/releases/3.1.txt4
-rw-r--r--docs/releases/index.txt2
8 files changed, 28 insertions, 10 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 2cbbb83b7f..14fb1e7b93 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -53,8 +53,9 @@ 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 3.5, 3.6, 3.7
-2.2 3.5, 3.6, 3.7, 3.8 (added in 2.2.8)
-3.0, 3.1 3.6, 3.7, 3.8
+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)
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially
diff --git a/docs/releases/2.2.17.txt b/docs/releases/2.2.17.txt
new file mode 100644
index 0000000000..d574de6574
--- /dev/null
+++ b/docs/releases/2.2.17.txt
@@ -0,0 +1,7 @@
+===========================
+Django 2.2.17 release notes
+===========================
+
+*Expected November 2, 2020*
+
+Django 2.2.17 adds compatibility with Python 3.9.
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt
index 3f21c55b18..315c013771 100644
--- a/docs/releases/2.2.txt
+++ b/docs/releases/2.2.txt
@@ -23,9 +23,9 @@ end in April 2020.
Python compatibility
====================
-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.
+Django 2.2 supports Python 3.5, 3.6, 3.7, 3.8 (as of 2.2.8), and 3.9 (as of
+2.2.17). We **highly recommend** and only officially support the latest release
+of each series.
.. _whats-new-2.2:
diff --git a/docs/releases/3.0.11.txt b/docs/releases/3.0.11.txt
new file mode 100644
index 0000000000..a5009feb51
--- /dev/null
+++ b/docs/releases/3.0.11.txt
@@ -0,0 +1,7 @@
+===========================
+Django 3.0.11 release notes
+===========================
+
+*Expected November 2, 2020*
+
+Django 3.0.11 adds compatibility with Python 3.9.
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index 284782d80c..1c39980a91 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -19,8 +19,8 @@ project.
Python compatibility
====================
-Django 3.0 supports Python 3.6, 3.7, and 3.8. We **highly recommend** and only
-officially support the latest release of each series.
+Django 3.0 supports Python 3.6, 3.7, 3.8, and 3.9 (as of 3.0.11). We **highly
+recommend** and only officially support the latest release of each series.
The Django 2.2.x series is the last to support Python 3.5.
diff --git a/docs/releases/3.1.3.txt b/docs/releases/3.1.3.txt
index e0f543a516..38062d4eed 100644
--- a/docs/releases/3.1.3.txt
+++ b/docs/releases/3.1.3.txt
@@ -4,7 +4,8 @@ Django 3.1.3 release notes
*Expected November 2, 2020*
-Django 3.1.3 fixes several bugs in 3.1.2.
+Django 3.1.3 fixes several bugs in 3.1.2 and adds compatibility with Python
+3.9.
Bugfixes
========
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt
index b723d0c566..730d0b682a 100644
--- a/docs/releases/3.1.txt
+++ b/docs/releases/3.1.txt
@@ -19,8 +19,8 @@ project.
Python compatibility
====================
-Django 3.1 supports Python 3.6, 3.7, and 3.8. We **highly recommend** and only
-officially support the latest release of each series.
+Django 3.1 supports Python 3.6, 3.7, 3.8, and 3.9 (as of 3.1.3). We **highly
+recommend** and only officially support the latest release of each series.
.. _whats-new-3.1:
diff --git a/docs/releases/index.txt b/docs/releases/index.txt
index 0ced134956..bfd228de2e 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -35,6 +35,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 3.0.11
3.0.10
3.0.9
3.0.8
@@ -52,6 +53,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 2.2.17
2.2.16
2.2.15
2.2.14