#12773 closed (fixed)
Update FAQ to indicate supported Python versions
Reported by: | Russell Keith-Magee | Owned by: | Karen Tracey |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Current FAQ indicates that Django supports 2.3-2.6. With Django 1.2, we will be dropping support for 2.3, and it's possible that 2.7 might be out.
Change History (11)
comment:1 Changed 14 years ago by
Component: | Uncategorized → Documentation |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 Changed 14 years ago by
Owner: | changed from nobody to Daniel Gonzalez Gasull |
---|
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
The FAQ is correctly showing what versions of Python are supported. See file install.txt in trunk.
comment:4 Changed 14 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Please don't close tickets filed by core developers
comment:5 Changed 14 years ago by
Note djansoft is right: the dos have already been updated to remove any claim of supporting Python 2.3 (see r11640). The question of what, if anything, to say about Python 2.7 is still up in the air since 2.7 is not yet out. I did run the test suite with the 2.7 beta and it ran fine (excepting a few minor test problems which have been fixed). We could probably update the docs now and claim 2.7 support, even though it is a bit early. There don't appear to be any major issues with running under 2.7.
comment:7 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Note I intentionally left it open as a to-do for the 2.7 question. Not as critical as the removing the claim to supporting 2.3, but we should probably do something to mention 2.7 before 1.2 goes out.
comment:8 Changed 14 years ago by
milestone: | 1.2 |
---|---|
Owner: | changed from Daniel Gonzalez Gasull to Karen Tracey |
Status: | reopened → new |
Python 2.7 is targeted for June, so it's unlikely (I hope) we need to say anything in the FAQ before 1.2 goes out. We can update the FAQ when Python 2.7 is released.
comment:9 Changed 13 years ago by
milestone: | → 1.2 |
---|
comment:10 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looks like we're going to release before Python 2.7, so we can close this.
Just making a ticket so that we don't forget to update this bit of documentation.