Re: HTML escaping of help_text in Django 4.0

2022-01-06 Thread Mariusz Felisiak
Thanks for the report! This is a regression that should be fixed. I create a ticket based on your report. Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself

HTML escaping of help_text in Django 4.0

2022-01-06 Thread Matt Westcott
Hi, I've noticed that Django 4.0 now applies HTML escaping to help_text in autogenerated forms, as a side-effect of switching to template-based rendering (https://github.com/django/django/commit/456466d932830b096d39806e291fe23ec5ed38d5, https://code.djangoproject.com/ticket/31026) - given a fo