#9047 closed (fixed)
reverse is not in the documentation index
Reported by: | 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 , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [9163]) Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in the
docs. It now appears in the index.