Opened 18 years ago
Closed 17 years ago
#4124 closed (wontfix)
Hierarchical Many-To-One relation presentation in admin page
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.