#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 , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [11808]) Fixed #12349: Added missing unquote in admin history view. Thanks for the report guard.