Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#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 Raffaele Salmaso, 7 years ago

Has patch: set
Owner: changed from nobody to Raffaele Salmaso
Status: newassigned

comment:2 by Tim Graham, 7 years ago

Keywords: 2.0 added
Triage Stage: UnreviewedSomeday/Maybe
Type: UncategorizedCleanup/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 Raffaele Salmaso, 7 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 Tim Graham, 7 years ago

Summary: Django 2.0 Python version supportDocument Python 3.4 support for Django 2.0
Triage Stage: Someday/MaybeAccepted

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 Mariusz Felisiak, 7 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by GitHub <noreply@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In abd723c6:

Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.

comment:7 by Tim Graham <timograham@…>, 7 years ago

In bca1ffc8:

[1.11.x] Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.

Backport of abd723c6a010be1bc06687d21e8841e07af6fde3 from master

Note: See TracTickets for help on using tickets.
Back to Top