Opened 14 years ago
Closed 14 years ago
#14491 closed (duplicate)
ability to place inlines between fieldsets in admin
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | 1.2 |
Severity: | Keywords: | ||
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
Apologies if this is a dupe but I'd like to re-file one of the items previously mentioned in ticket 11564 (not mine) which was closed because it included multiple items.
I would like to be able to include inlines between two fieldsets to give my admin form a more logical sequence for users. Specifically, I wish to assign authors (with an ordering) to a text object via foreignkeys. A very similar problem is mentioned in this stackoverflow post:
http://stackoverflow.com/questions/188451/django-admin-interface-inlines-placement
Change History (4)
comment:1 by , 14 years ago
Component: | Uncategorized → django.contrib.admin |
---|
follow-up: 3 comment:2 by , 14 years ago
Owner: | changed from | to
---|
comment:3 by , 14 years ago
Owner: | changed from | to
---|---|
Triage Stage: | Unreviewed → Design decision needed |
comment:4 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
I'm going to close this ticket as a duplicate of #4848 adding a link back to this one. The request there is to be able to intermix inlines with fields.
Replying to pandres: