Incorrect docstring (typo) for AdminSite.admin_view
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.
Change History
(6)
| milestone: |
1.1 beta → 1.1
|
| Triage Stage: |
Unreviewed → Accepted
|
| Has patch: |
set
|
| Owner: |
changed from nobody to Brian Neal
|
| Status: |
new → assigned
|
| Triage Stage: |
Accepted → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Fixed in r10410