Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#556 closed defect (fixed)

Non-integer primary keys don't work when pointed-to by a ManyToManyField

Reported by: Adrian Holovaty Owned by: Adrian Holovaty
Component: Metasystem Version:
Severity: normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The join table automatically created by ManyToManyFields assumes primary keys in the two joined tables are integers.

Change History (2)

comment:1 by Adrian Holovaty, 19 years ago

Status: newassigned

comment:2 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [682].

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