Changes between Initial Version and Version 3 of Ticket #33419


Ignore:
Timestamp:
Jan 7, 2022, 1:36:46 AM (2 years ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33419

    • Property 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().
    • Property Owner changed from nobody to David Smith
    • Property Status newassigned
  • Ticket #33419 – Description

    initial v3  
    1 `forms.Field.help_text` shouldn't be HTML-escaped (as [https://docs.djangoproject.com/en/4.0/ref/forms/fields/#help-text documented]) when form rendered with `as_ul()`, `as_p()`, `as_table()` helpers.
     1`forms.Field.help_text` shouldn't be HTML-escaped (as [https://docs.djangoproject.com/en/4.0/ref/forms/fields/#help-text documented]) when form is rendered with `as_ul()`, `as_p()`, `as_table()` helpers.
    22
    33Thanks Matt Westcott for the [https://groups.google.com/g/django-developers/c/X7T4VYh3kmw report].
Back to Top