Opened 18 years ago

Closed 17 years ago

#2962 closed defect (fixed)

non-integer primary keys and raw_id_admin

Reported by: atlithorn Owned by: nobody
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

This is an old ticket #586 that was fixed in chgsets 785 and 790. It does not work today however (post-mr problem?). I have a foreign key related table with a CharField primary key and with raw_id_admin the primary keys are listed in the input field via raw_id_admin popup but I get an error from the validator stating that this is not a comma-separated list of integers.

Change History (3)

comment:1 by anonymous, 18 years ago

Cc: atlithorn@… added

comment:2 by atlithorn <atlithorn@…>, 18 years ago

Cc: atlithorn@… removed

comment:3 by hakejam, 17 years ago

Resolution: fixed
Status: newclosed

Tested and indeed it seems that it has been fixed per #586

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