Opened 8 years ago

Closed 8 years ago

#26313 closed New feature (wontfix)

Show labels next to ManyToMany with raw_id_fields

Reported by: Jean-Baptiste Pressac Owned by: nobody
Component: contrib.admin Version: 1.8
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As suggested in the Google Group would it be natively possible to configure ManyToMany fields with raw_id_fields in admin.py in order that the label of the related object is displayed next to the field, instead of just the field with object's foreign key:

https://framapic.org/cOxhCK4KgPwK/YOhjxyriWWkW.png

Thanks,

Change History (2)

comment:1 by Tim Graham, 8 years ago

I guess the problem is that it would be unwieldy for large lists. Also I think it might require (at least) an additional query for each item in the list to generate the display string.

comment:2 by Tim Graham, 8 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top