#27076 closed Cleanup/optimization (fixed)
Document django.contrib.admin.sites.AdminSite.register()
Reported by: | Baptiste Mispelon | Owned by: | Austin Simmons |
---|---|---|---|
Component: | Documentation | Version: | 1.10 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | yes | UI/UX: | no |
Description
There's a list of AdminSite
methods at https://docs.djangoproject.com/en/1.10/ref/contrib/admin/#adminsite-methods but for some reason, it doesn't contain register()
which is used in many of the examples on that page.
This being the reference page, I think the method should be documented.
Change History (5)
comment:1 by , 8 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 8 years ago
Has patch: | set |
---|---|
Patch needs improvement: | set |
Note:
See TracTickets
for help on using tickets.
PR with comments for improvement.