Opened 16 years ago
Closed 16 years ago
#11818 closed (duplicate)
Broken link on http://www.djangoproject.com/documentation/0.95/models/validation/
| Reported by: | sampablokuper | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.1 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
http://www.djangoproject.com/documentation/0.95/models/validation/ has a link with the text "go here" that points at http://www.djangoproject.com/documentation/models/validation/ . However, http://www.djangoproject.com/documentation/models/validation/ returns:
Page not found Looks like you followed a bad link. If you think it's our fault, please let us know. Here's a link to the homepage. You know, just in case.
So, I'm letting you know :)
Change History (3)
comment:1 by , 16 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 16 years ago
| Component: | Uncategorized → Documentation |
|---|
comment:3 by , 16 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
This is a general problem with these auto-generated links. The code that auto-generates the links does not know about support that has been added/deleted, so the links point to pages that may not exist in other releases. This is a duplicate of numerous other tickets (search trac for broken link).
The current 1.X version doesn't have model validation. So where should this properly point to?