#20 closed enhancement (duplicate)
"Add another" for many-to-many relationships
Reported by: | Adrian Holovaty | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Django already creates an "Add another..." link in one-to-many select boxes. (Example: The "place" select box on the "Add event" admin page has an "Add another..." link at the bottom of it.) Many-to-many fields -- represented in the admin as multi-select boxes -- also need "Add another..." capability.
It could probably appear as the last entry in the select box, as in the one-to-many add-anothers.
Change History (5)
comment:1 by , 19 years ago
priority: | lowest → high |
---|
comment:2 by , 19 years ago
priority: | high → normal |
---|
comment:3 by , 19 years ago
priority: | normal → high |
---|
comment:4 by , 19 years ago
priority: | high → normal |
---|
comment:5 by , 19 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
#573 has a patch for this.