Opened 16 years ago
Closed 15 years ago
#13201 closed Uncategorized (wontfix)
Broken link in 0.96 template docs
| Reported by: | kcmarshall | Owned by: | Andy McKay |
|---|---|---|---|
| Component: | *.djangoproject.com | Version: | 0.96 |
| Severity: | Normal | Keywords: | link |
| Cc: | Triage Stage: | Design decision needed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In the 0.96 template docs, the STRINGFORMAT section of the Built-in filters reference contains a broken link to the Python string formatting docs.
The link is:
http://docs.python.org/lib/typesseq-strings.html
It appears the link should be:
http://docs.python.org/release/2.5.2/lib/typesseq-strings.html
I'm only submitting this ticket because this v0.96 page is still linked from the Google App Engine "Getting Started" guide on the templating page.
Change History (4)
comment:1 by , 16 years ago
| Component: | Documentation → Django Web site |
|---|---|
| milestone: | → 1.2 |
| Triage Stage: | Unreviewed → Design decision needed |
comment:4 by , 15 years ago
| Resolution: | → wontfix |
|---|---|
| Severity: | → Normal |
| Status: | new → closed |
| Type: | → Uncategorized |
0.96 docs are no longer online or supported.
We need to decide what to do here - either
A release of a new version which pushes 0.96 even further into history is as good a time as any to force this decision.