mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #31040 -- Doc'd Python 3.9 compatibility.
This commit is contained in:
parent
c9f12f149f
commit
e18156b6c3
11 changed files with 33 additions and 13 deletions
7
docs/releases/2.2.17.txt
Normal file
7
docs/releases/2.2.17.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
===========================
|
||||
Django 2.2.17 release notes
|
||||
===========================
|
||||
|
||||
*Expected November 2, 2020*
|
||||
|
||||
Django 2.2.17 adds compatibility with Python 3.9.
|
|
@ -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:
|
||||
|
||||
|
|
7
docs/releases/3.0.11.txt
Normal file
7
docs/releases/3.0.11.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
===========================
|
||||
Django 3.0.11 release notes
|
||||
===========================
|
||||
|
||||
*Expected November 2, 2020*
|
||||
|
||||
Django 3.0.11 adds compatibility with Python 3.9.
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
========
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -23,8 +23,8 @@ end in April 2022.
|
|||
Python compatibility
|
||||
====================
|
||||
|
||||
Django 3.2 supports Python 3.6, 3.7, and 3.8. We **highly recommend** and only
|
||||
officially support the latest release of each series.
|
||||
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.
|
||||
|
||||
.. _whats-new-3.2:
|
||||
|
||||
|
|
|
@ -42,6 +42,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
|
||||
|
@ -59,6 +60,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue