Opened 18 years ago
Closed 17 years ago
#4124 closed (wontfix)
Hierarchical Many-To-One relation presentation in admin page
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 0.96 |
Severity: | Keywords: | Hierarchical Many-To-One admin | |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Models:
Person --> Group --> Department n:1 n:1
Using edit_inline in Person and Group, but only the first layer is displayed, we can't see the Person's fields in Department.
Change History (2)
comment:1 by , 18 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This isn't a design goal of the admin. However with the new FormSets code in newforms-admin, you could write this feature into your own views if you so desire.