Opened 10 years ago
Closed 10 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:
Thanks,
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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.