Opened 12 years ago
Closed 12 years ago
#18550 closed Bug (fixed)
history_view shows no log entries for PKs requiring unqote()
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
An object with an object_id like 'foo:bar' will never show any history records because history_view doesn't unquote it.
Partial fix in #12349 touched object lookup but not LogEntry lookup.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | unquote_history_view.patch added |
---|
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks. I'll push the fix in a moment.