#2761 closed defect (fixed)
[patch] Broken escaping in CheckboxSelectMultipleField
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Template system | Version: | 0.95 |
Severity: | normal | 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
CheckboxSelectMultipleField does not escape things properly. Attached patch should fix this.
Attachments (1)
Change History (4)
by , 18 years ago
Attachment: | django.diff added |
---|
comment:1 by , 18 years ago
Summary: | Broken escaping in CheckboxSelectMultipleField → [patch] Broken escaping in CheckboxSelectMultipleField |
---|
I tried to add the [patch] prefix, but Akimset is flagging my change as spam. :|
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to fix escaping