1
0
mirror of https://github.com/django/django.git synced 2025-06-06 20:19:13 +00:00

[3.0.x] Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.

Backport of b93a0e34d9b9b99d41103782b7e7aeabf47517e3 from master.
This commit is contained in:
Mariusz Felisiak 2019-11-12 22:11:44 +01:00
parent f375ad95fa
commit 9ad38d4089
3 changed files with 7 additions and 4 deletions

View File

@ -52,7 +52,8 @@ Django version Python versions
============== =============== ============== ===============
1.11 2.7, 3.4, 3.5, 3.6, 3.7 (added in 1.11.17) 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.0 3.4, 3.5, 3.6, 3.7
2.1, 2.2 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.6, 3.7, 3.8 3.0 3.6, 3.7, 3.8
============== =============== ============== ===============

View File

@ -4,7 +4,8 @@ Django 2.2.8 release notes
*Expected December 2, 2019* *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 Bugfixes
======== ========

View File

@ -22,8 +22,9 @@ for the previous LTS, Django 1.11, will end in April 2020.
Python compatibility Python compatibility
==================== ====================
Django 2.2 supports Python 3.5, 3.6, and 3.7. We **highly recommend** and only Django 2.2 supports Python 3.5, 3.6, 3.7, and 3.8 (as of 2.2.8). We
officially support the latest release of each series. **highly recommend** and only officially support the latest release of each
series.
.. _whats-new-2.2: .. _whats-new-2.2: