Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#12349 closed (fixed)

object_id is not unquoted in history view

Reported by: Eugene Mirotin Owned by: nobody
Component: contrib.admin Version: 1.1
Severity: 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

root/django/branches/releases/1.1.X/django/contrib/admin/options.py
1055 obj = get_object_or_404(model, pk=object_id)

unquote missing

Change History (2)

comment:1 by Karen Tracey, 14 years ago

Resolution: fixed
Status: newclosed

(In [11808]) Fixed #12349: Added missing unquote in admin history view. Thanks for the report guard.

comment:2 by Karen Tracey, 14 years ago

(In [11809]) [1.1.X] Fixed #12349: Added missing unquote in admin history view. Thanks for the report guard.

r11808 from trunk.

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