Opened 2 years ago

Last modified 2 years ago

#33419 closed Bug

forms.Field.help_text shouldn't be HTML-escaped when form is rendered with as_ul(), as_p(), as_table(). — at Version 3

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 Mariusz Felisiak)

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 (3)

comment:1 by Mariusz Felisiak, 2 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 David Smith, 2 years ago

Owner: changed from nobody to David Smith
Status: newassigned

comment:3 by Mariusz Felisiak, 2 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top