Opened 15 years ago

Closed 15 years ago

#11564 closed (invalid)

[feature request] admin inlines enhancements

Reported by: renton1982 Owned by: nobody
Component: Contrib apps Version: dev
Severity: Keywords: inlines admin related objects
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

some important features in django-admin are missing on inlines:

1) setting to allow/disallow deleting related objects

2) inline object editing is not stored in object history

3) deleting a inline object does delete all related objects to the inline-object with no warning <-- very bad and dangerous

4) inlines can not be places between the fields without re-hacking the whole template

5) inlines can not be collapsed like the fieldsets

Change History (1)

comment:1 by Alex Gaynor, 15 years ago

Resolution: invalid
Status: newclosed

I'm going to close this as invalid, as this should properly be 5 tickets. Please file seperate tickets for each of these items.

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