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 , 18 years ago
Cc: | added |
---|
comment:2 by , 18 years ago
Cc: | removed |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Tested and indeed it seems that it has been fixed per #586