Opened 19 years ago
Closed 19 years ago
#2345 closed defect (fixed)
[patch] admin's object_history.html template needs to escape {{ object }} in the breadcrumbs
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | contrib.admin | Version: | |
| Severity: | major | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
object's string representation can contain html.
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | object_history.html.diff added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3341]) Fixed #2345 -- escaped object titles in breadcrumb display in admin. Thanks
Gary Wilson.