#1110 closed defect (fixed)
[patch] Silence wordwrap filter when receiving non-strings
Reported by: | scum | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Template system | Version: | |
Severity: | trivial | 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
This makes the wordwrap filter silent upon receiving a non-string type. If one is iterating though a word-wrapped list ["Some Street", "Some City", 90210], django currently throws an error.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | defaultFiltersWrap.diff added |
---|
comment:1 by , 19 years ago
Summary: | Silence wordwrap filter when receiving non-strings → [patch] Silence wordwrap filter when receiving non-strings |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
converted value to string before getting wrapped