Opened 2 years ago
Closed 2 years ago
#33776 closed Uncategorized (wontfix)
django-admin inline should not be append but prepend
Reported by: | Ritik Soni | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 4.0 |
Severity: | Normal | Keywords: | django-inline admin |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description (last modified by )
Change History (2)
comment:1 by , 2 years ago
Description: | modified (diff) |
---|
comment:2 by , 2 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This would be quite a disruptive change, and additional ModelAdmin options to avoid that wouldn't be worth the complexity I'd think.
I think by the time you have 1K+ inlines you need to be considering a custom widget, or a custom view+template entirely. (On the old principle that the admin is not your application...)