#10423 closed (fixed)
Incorrect docstring (typo) for AdminSite.admin_view
Reported by: | Brian Neal | Owned by: | Brian Neal |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The docstring for AdminSite.admin_view shows an example usage of the decorator admin_view, however in the example it is spelled "protected_view" instead of "admin_view".
This is in the file django/contrib/admin/sites.py.
Attachments (1)
Change History (6)
comment:1 by , 16 years ago
milestone: | 1.1 beta → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
by , 16 years ago
Attachment: | admin_view_10423.diff added |
---|
comment:2 by , 16 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 16 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r10410