Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#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 anonymous, 19 years ago

priority: lowesthigh

comment:2 by Adrian Holovaty, 19 years ago

priority: highnormal

comment:3 by anonymous, 19 years ago

priority: normalhigh

comment:4 by Adrian Holovaty, 19 years ago

priority: highnormal

comment:5 by Jacob, 19 years ago

Resolution: duplicate
Status: newclosed

#573 has a patch for this.

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