#10717 closed (fixed)
{% admin_media_prefix %} needs escaping
Reported by: | liangent | Owned by: | Chris Beaven |
---|---|---|---|
Component: | contrib.admin | Version: | 1.0 |
Severity: | Keywords: | liangent@gmail.com | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
in case that there are special symbols such as quotes in it.
Attachments (1)
Change History (7)
comment:1 by , 16 years ago
comment:2 by , 15 years ago
No, {% url %}
handles it fine (it uses reverse
which in-turn uses iri_to_uri
)
by , 15 years ago
Attachment: | 10717.diff added |
---|
comment:3 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 15 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
i think {% url %} also needs this, but i didn't check code to make sure if {% url %} already has it.