#20769 closed Cleanup/optimization (fixed)
add Python compatibility section to django1.6 release notes
Reported by: | Collin Anderson | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.6-beta-1 |
Severity: | Normal | Keywords: | |
Cc: | Collin Anderson | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
We're dropping python2.6 support in django1.7.
https://docs.djangoproject.com/en/dev/releases/1.7/#python-compatibility
https://groups.google.com/d/msg/django-developers/V-rsISVFwSo/dPIre-kg0PoJ
It could be helpful to give a heads up that this will be the last version to support python2.6. We didn't warn before dropping 2.3 and 2.5, but we did warn before dropping 2.4:
https://docs.djangoproject.com/en/dev/releases/1.3/#python-compatibility
"Django 1.3 continues to support Python 2.4, but will be the final Django release series to do so; beginning with Django 1.4, the minimum supported Python version will be 2.5."
In django1.5, we did say we "highly recommend" 2.7+. We could repeat that.
https://docs.djangoproject.com/en/dev/releases/1.5/#python-compatibility
Attachments (1)
Change History (4)
by , 11 years ago
Attachment: | 20769.diff added |
---|
comment:1 by , 11 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In bddb4a68181f773f9f8d479b1afb1453439739ba: