#28938 closed Bug (fixed)
Django 2.0 tutorial implies compatibility with Python 2.7
Reported by: | Daniel Hepper | Owned by: | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | tutorial |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The tutorial for Django 2.1 implies that this version is compatible with Python 2.7.
https://docs.djangoproject.com/en/2.0/intro/tutorial01/#writing-your-first-django-app-part-1
"If you are still using Python 2.7, you will need to adjust the code samples slightly, as described in comments."
It should be made clear that Django 2.1 is only compatible with Python 3.5+ and that users of Python 3.4 and older must use another version of Django.
Change History (5)
comment:1 by , 7 years ago
Owner: | changed from | to
---|
comment:2 by , 7 years ago
Has patch: | set |
---|---|
Owner: | removed |
Status: | assigned → new |
comment:3 by , 7 years ago
Triage Stage: | Unreviewed → Accepted |
---|
Note:
See TracTickets
for help on using tickets.
Hello dhepper thanks for your report.
AFAIK it's about two issues: