mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
[1.11.x] Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.
Backport of abd723c6a010be1bc06687d21e8841e07af6fde3 from master
This commit is contained in:
parent
93b53fb942
commit
bca1ffc87a
@ -49,7 +49,8 @@ Django version Python versions
|
|||||||
1.8 2.7, 3.2 (until the end of 2016), 3.3, 3.4, 3.5
|
1.8 2.7, 3.2 (until the end of 2016), 3.3, 3.4, 3.5
|
||||||
1.9, 1.10 2.7, 3.4, 3.5
|
1.9, 1.10 2.7, 3.4, 3.5
|
||||||
1.11 2.7, 3.4, 3.5, 3.6
|
1.11 2.7, 3.4, 3.5, 3.6
|
||||||
2.0 3.5+
|
2.0 3.4, 3.5, 3.6
|
||||||
|
2.1 3.5, 3.6, 3.7
|
||||||
============== ===============
|
============== ===============
|
||||||
|
|
||||||
For each version of Python, only the latest micro release (A.B.C) is officially
|
For each version of Python, only the latest micro release (A.B.C) is officially
|
||||||
|
@ -27,7 +27,7 @@ release to support Python 3.6. We **highly recommend** and only officially
|
|||||||
support the latest release of each series.
|
support the latest release of each series.
|
||||||
|
|
||||||
The Django 1.11.x series is the last to support Python 2. The next major
|
The Django 1.11.x series is the last to support Python 2. The next major
|
||||||
release, Django 2.0, will only support Python 3.5+.
|
release, Django 2.0, will only support Python 3.4+.
|
||||||
|
|
||||||
Deprecating warnings are no longer loud by default
|
Deprecating warnings are no longer loud by default
|
||||||
==================================================
|
==================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user