Opened 16 years ago
Closed 16 years ago
#9201 closed (fixed)
Page is not available
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
Clicking in QClass lreference from http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges, and get page is not available.
Change History (3)
comment:1 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
This is not a trac auto-generated link. It's a link into the old docs. Specifically it's a link on the backwards-incompatible page that says "use this instead of what you were doing". It's a bit impolite for such a link to go nowhere and isn't going to endear Django to anyone trying to use that page to help in their porting efforts. I'll fix the ones I see right in that area, if there are others let us know.
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed the link to locmem, inline model admin, and Q class docs on the backwards incompatible page.
Trac automatically "helpfully" generates a link for any series of capitalized words smooshed together as, for example, in a class name, assuming that it's a reference to a wiki page. But since Django's documentation isn't on the wiki, many of those end up going nowhere. This isn't really a bug.