Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#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 Adrian Holovaty, 19 years ago

Status: newassigned

comment:2 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: assignedclosed

(In [785]) Fixed #586 -- raw_id_admin now works with non-integer primary keys

comment:3 by slashzero, 19 years ago

Now integer pk's are broken

comment:4 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: closedreopened

I'm on it.

comment:5 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: reopenedclosed

(In [800]) Fixed #586 -- Fixed bug in raw_id_admin caused by [785]. Thanks for the heads-up, slashzero

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