﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28027	UTF-8 in help_text in models.ManyToManyField doesn't work anymore	Thomas Kähn	nobody	"Hi,

since Django 1.11 UTF-8 text in help_text in models.ManyToManyField results in UnicodeDecodeError:

'ascii' codec can't decode byte 0xc3 in position 33: ordinal not in range(128)

Error during template rendering

In template [...]/python2.7/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html, error at line 7

In Django 1.10 UTF-8 in help_texts worked fine. In other fields in Django 1.11 it is possible to use UTF-8 in help_texts.

I am using Python 2.7.

Best regards
Thomas"	Bug	closed	contrib.admin	1.11	Normal	invalid			Unreviewed	0	0	0	0	0	0
