1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe.

Regression in 456466d932.

Thanks Matt Westcott for the report.
This commit is contained in:
David
2022-01-07 07:46:55 +00:00
committed by Mariusz Felisiak
parent bdf3e156b4
commit 4c60c3edff
8 changed files with 44 additions and 6 deletions

View File

@@ -11,3 +11,6 @@ Bugfixes
* Fixed a bug in Django 4.0 where ``TestCase.captureOnCommitCallbacks()`` could
execute callbacks multiple times (:ticket:`33410`).
* Fixed a regression in Django 4.0 where ``help_text`` was HTML-escaped in
automatically-generated forms (:ticket:`33419`).