#27855 closed Cleanup/optimization (fixed)
Document Python 3.4 support for Django 2.0
Reported by: | Raffaele Salmaso | Owned by: | Raffaele Salmaso |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | 2.0 |
Cc: | raffaele.salmaso+djangoproject@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The current django 2.0 release notes say that django 2.0 supports python 3.5+, not 3.4.
But in https://groups.google.com/forum/#!msg/django-developers/4rbVKJYm8DI/tVciTPHOEQAJ there is consensus not to drop 3.4 for now, at least for 2.0.
And django master is currently tested against python 3.4 3.5 and 3.6 https://github.com/django/django/blob/1c466994d9729a8902d34e277a3a685bef2a08e1/tox.ini#L24
Change History (7)
comment:1 by , 8 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 8 years ago
Keywords: | 2.0 added |
---|---|
Triage Stage: | Unreviewed → Someday/Maybe |
Type: | Uncategorized → Cleanup/optimization |
This is yet to be decided, see django-developers thread. There are more places to update than what you've done so far, I'll do it later if needed.
comment:3 by , 8 years ago
Ok,
this is because some projects (in this case django-rest-framework => https://github.com/tomchristie/django-rest-framework/commit/7d4706fbcc28429489a4e01f3c29dd5121e35157 and https://groups.google.com/forum/#!topic/django-rest-framework/we77U58fcWQ ) see this stub and think it as a final decision.
comment:4 by , 7 years ago
Summary: | Django 2.0 Python version support → Document Python 3.4 support for Django 2.0 |
---|---|
Triage Stage: | Someday/Maybe → Accepted |
The mailing list didn't reveal a consensus to drop Python 3.4 support for Django 2.0. PR to update the docs.
comment:5 by , 7 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
PR => https://github.com/django/django/pull/8078