#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.
Note:
See TracTickets
for help on using tickets.
(In [516]) Added raw_id_admin support to ManyToManyField objects; fixes #260