#556 closed defect (fixed)
Non-integer primary keys don't work when pointed-to by a ManyToManyField
Description ¶
The join table automatically created by ManyToManyField
s assumes primary keys in the two joined tables are integers.
Change History (2)
comment:1 by , 20 years ago
Status: | new → assigned |
---|
comment:2 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [682].