Opened 12 years ago
Closed 12 years ago
#20947 closed Bug (duplicate)
Broken link
| Reported by: | thundera | Owned by: | nobody |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | 1.4 |
| Severity: | Normal | 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
On pagehttps://docs.djangoproject.com/en/1.4/py-modindex/ link to django.views is broken.
Change History (3)
comment:1 by , 12 years ago
| Component: | Uncategorized → Database layer (models, ORM) |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 12 years ago
Also worth noting that the rtfd builds of the docs do not have this problem. I think it's an issue with our deployment procedures rather than the docs files themselves.
Note:
See TracTickets
for help on using tickets.
Also applies to all other versions from 1.0 to 1.4, but not to 1.5 or 1.6.
The py-modindex is autogenerated. The reference in question does not exist. It seems that somehow we're getting the wrong version of the
py-modindexbetween different builds of the docs.