#33419 closed Bug (fixed)
forms.Field.help_text shouldn't be HTML-escaped when form is rendered with as_ul(), as_p(), as_table().
Reported by: | Mariusz Felisiak | Owned by: | David Smith |
---|---|---|---|
Component: | Forms | Version: | 4.0 |
Severity: | Release blocker | Keywords: | |
Cc: | David Smith, Johannes Maron, Carlton Gibson | 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 (last modified by )
forms.Field.help_text
shouldn't be HTML-escaped (as documented) when form is rendered with as_ul()
, as_p()
, as_table()
helpers.
Thanks Matt Westcott for the report.
Regression in 456466d932830b096d39806e291fe23ec5ed38d5.
Change History (7)
comment:1 by , 3 years ago
Summary: | forms.Field.help_text shouldn't be HTML-escaped when form rendered with as_ul(), as_p(), as_table() helpers. → forms.Field.help_text shouldn't be HTML-escaped when form is rendered with as_ul(), as_p(), as_table(). |
---|
comment:2 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 3 years ago
Description: | modified (diff) |
---|
comment:5 by , 3 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR