Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#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:

http://docs.djangoproject.com/en/dev/intro/tutorial01/

Attachments (2)

stableversion.diff (2.2 KB ) - added by Claude Paroz 14 years ago.
Handle a 'stable' version in djangodocs
stableversion.patch (2.2 KB ) - added by Claude Paroz 14 years ago.
Handle a 'stable' version in djangodocs

Download all attachments as: .zip

Change History (10)

comment:1 by Russell Keith-Magee, 14 years ago

milestone: 1.2
Triage Stage: UnreviewedAccepted

comment:2 by Eric Holscher, 14 years ago

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

comment:3 by Gabriel Hurley, 14 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 Claude Paroz, 14 years ago

I suggest introducing a 'stable' concept, which could be handled in the view of djangodocs (with a corresponding setting).

by Claude Paroz, 14 years ago

Attachment: stableversion.diff added

Handle a 'stable' version in djangodocs

by Claude Paroz, 14 years ago

Attachment: stableversion.patch added

Handle a 'stable' version in djangodocs

comment:5 by anonymous, 14 years ago

milestone: 1.21.3

comment:6 by Justin Lilly, 13 years ago

Has patch: set
Owner: changed from nobody to Justin Lilly
Status: newassigned

comment:7 by Jacob, 13 years ago

Resolution: fixed
Status: assignedclosed

Fixed in recent pushes thanks to Justin Lilly.

comment:8 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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