Opened 17 years ago
Closed 17 years ago
#9067 closed (fixed)
Include shortened version of admin.site.register in admin docs
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | treborhudson@… | Triage Stage: | Accepted |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
While on #django in IRC, many people were unaware of the shortened version registering ModelAdmin classes with the admin. It would be nice to point this out in the docs. Apparently it is mentioned on the backwards incompatible page but not in the docs proper...
Attachments (1)
Change History (3)
by , 17 years ago
comment:1 by , 17 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [9024]) Fixed #9067: Added a note that you can register a model with the admin without providing a ModelAdmin object. Thanks to Rob Hudson for the suggestion.