Opened 16 years ago

Closed 16 years ago

#9201 closed (fixed)

Page is not available

Reported by: martin@… 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 James Bennett, 16 years ago

Resolution: invalid
Status: newclosed

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.

comment:2 by Karen Tracey, 16 years ago

Resolution: invalid
Status: closedreopened

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 Karen Tracey, 16 years ago

Resolution: fixed
Status: reopenedclosed

Fixed the link to locmem, inline model admin, and Q class docs on the backwards incompatible page.

Note: See TracTickets for help on using tickets.
Back to Top