Opened 17 years ago
Closed 17 years ago
#4784 closed (duplicate)
newforms-admin requires inner class Admin
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The newforms-admin still requires a inner
class Admin:
pass
for each model that is used as a ForeignKey somewhere. If it is missing, the popup edit feature for those keys will not be available.
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is solved with a patch in #4491
requiring inner Admin class is not nice, because it won't work for multiple admin sites.