Opened 17 years ago

Closed 16 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 Gary Wilson <gary.wilson@…>, 17 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Jacob, 16 years ago

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top