Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#9047 closed (fixed)

reverse is not in the documentation index

Reported by: wam-djangobug@… Owned by: nobody
Component: Documentation Version:
Severity: Keywords: index
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I tried using the Documentation Index to find the proper import to get to django.core.urlresolvers.reverse and was surprised to see that it wasn't indexed. I'm pretty sure the index is generated by automation, but for your reference, the proper link should be: http://docs.djangoproject.com/en/dev/topics/http/urls/#reverse

Change History (2)

comment:1 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [9163]) Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in the
docs. It now appears in the index.

comment:2 by Malcolm Tredinnick, 16 years ago

(In [9169]) [1.0.X] Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in
the docs. It now appears in the index.

Backport of r9163 from trunk.

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