#10394 closed (fixed)
AdminSite.urls should replace AdminSite.root in the documentation
| Reported by: | whiskybar | Owned by: | Kevin Kubasik |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | kkmegapatch | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The documentation uses the new AdminSite.urls except in the beginning of the description.
Attachments (1)
Change History (6)
by , 17 years ago
| Attachment: | admindocs.diff added |
|---|
comment:1 by , 17 years ago
| milestone: | → 1.1 |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
comment:3 by , 17 years ago
| Keywords: | kkmegapatch added |
|---|---|
| Owner: | changed from to |
Note:
See TracTickets
for help on using tickets.
The patch here isn't exactly correct. You don't point a URL at that method (which worked for
AdminSite.root) you are including those URLs. My recommendation would be along the lines of "Do this by pointing a given URL at the inclusion ofAdminSite.urlsattribute."