Opened 16 years ago
Closed 16 years ago
#9240 closed (fixed)
Link to "Caching and QuerySets" broken
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The Link to "Caching and QuerySets" on http://docs.djangoproject.com/en/dev/ref/models/querysets#queryset-methods-that-do-not-return-querysets is broken. It points to http://docs.djangoproject.com/en/topics/db/queries/#caching-and-querysets and should point to http://docs.djangoproject.com/en/dev/topics/db/queries/#caching-and-querysets
Change History (1)
comment:1 by , 16 years ago
Component: | Documentation → Django Web site |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
As of now, this is fixed, possibly by [9097] (it was a problem in the on-line version of the HTML docs, copies generated locally with
make html
didn't suffer from the problem).