#12699 closed (fixed)
Possible version/link confusion on the djangoproject.org home page
Reported by: | sopor0qv | Owned by: | Justin Lilly |
---|---|---|---|
Component: | *.djangoproject.com | Version: | 1.1 |
Severity: | Keywords: | tutorial links | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
While walking through the tutorial as linked from the djangoproject.org page, I ran into an issue using the csrf_token and found that it wasn't supported in the current official release version of django 1.1.1. I wonder if the link to the tutorial on the djangoproject.org home page should be as follows:
http://docs.djangoproject.com/en/1.1/intro/tutorial01/
instead of:
Attachments (2)
Change History (10)
comment:1 by , 15 years ago
milestone: | → 1.2 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
That's sort of an ironic problem, because it will need to be changed *back* to pointing at the 1.2 docs as soon as 1.2 lands... So should the homepage simply be updated manually each time a new version is released?
comment:4 by , 15 years ago
I suggest introducing a 'stable' concept, which could be handled in the view of djangodocs (with a corresponding setting).
comment:5 by , 14 years ago
milestone: | 1.2 → 1.3 |
---|
comment:6 by , 14 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:7 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in recent pushes thanks to Justin Lilly.
This probably applies to all the links on the front page, like the installation docs as well?
http://code.djangoproject.com/browser/djangoproject.com/django_website/templates/homepage.html#L43