#586 closed defect (fixed)
raw_id_admin should work with non-integer primary keys
Reported by: | Adrian Holovaty | 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
raw_id_admin
doesn't work with non-integer primary keys, but it should. See http://groups.google.com/group/django-users/browse_thread/thread/07cb1bda25cbbec2/1bee9ed15652f843
Change History (5)
comment:1 by , 19 years ago
Status: | new → assigned |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
(In [785]) Fixed #586 -- raw_id_admin now works with non-integer primary keys