#10528 closed (fixed)
Admin documentation doesn't mention reverse names
Reported by: | Leo Shklovskii | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The admin page URL's are accessible from reverse and the {% url %} tag as detailed in this blog entry: http://www.codekoala.com/blog/2009/feb/24/pluggable-django-apps-and-djangos-admin/
The fact that the admin views are named (and what the naming structure is) isn't documented anywhere in the docs.
Change History (5)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
This is fixed in my github branch here: http://github.com/alex/django/commits/admin-url (and in the patch on #10061) leaving this open to track the issue.