Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#260 closed defect (fixed)

ManyToMany fields need raw_id_admin

Reported by: Jacob Owned by: Adrian Holovaty
Component: contrib.admin Version:
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

Just like ForeignKeys, when there are ManyToMany relationships to objects with *many* rows, the admin can be slow to load those pieces. ManyToMany relationships should allow raw_id_admin=True.

Change History (1)

comment:1 by Jacob, 19 years ago

Resolution: fixed
Status: newclosed

(In [516]) Added raw_id_admin support to ManyToManyField objects; fixes #260

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