Opened 14 years ago
Closed 14 years ago
#15780 closed Bug (fixed)
Broken link in release notes - csrf upgrade notes
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Release blocker | Keywords: | |
Cc: | vim@… | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When I build docs from svn trunk, I get the following errors:
/tmp/build_django_docs/trunk/docs/releases/1.2.txt:436: WARNING: undefined label: ref-csrf-upgrading-notes
/tmp/build_django_docs/trunk/docs/releases/1.2.txt:863: WARNING: undefined label: ref-csrf-upgrading-notes
/tmp/build_django_docs/trunk/docs/releases/1.2-alpha-1.txt:33: WARNING: undefined label: ref-csrf-upgrading-notes
/tmp/build_django_docs/trunk/docs/releases/1.2-alpha-1.txt:198: WARNING: undefined label: ref-csrf-upgrading-notes
The missing section label ref-csrf-upgrading-notes was removed in changeset:15949 from trunk/docs/ref/contrib/csrf.txt
.
The text for the link refers to UPGRADE INSTRUCTIONS.
Change History (4)
comment:1 by , 14 years ago
Severity: | Normal → Release blocker |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 14 years ago
If we kept the upgrading notes we'd have to re-write them, because they refer to temporary measures that don't even exist in current Django, and for someone new to Django we really want things as simple as possible and not cluttered by the history of past mistakes. So I'm going to fix by removing the link in the release notes and adding an note.
This is a regression so marking as release blocker. The references are in the 1.2-alpha-1 and 1.2 release notes. For as long as any of the versions prior to those will be supported we probably need to revive the "Upgrade notes" by reverting parts of [15949]. Do we still support anything prior to 1.2?