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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user