--
Ticket URL: <https://code.djangoproject.com/ticket/27547>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Nitesh Lohchab):
Changing `'<textarea{}>\r\n{}</textarea>'` to
`u'<textarea{}>\r\n{}</textarea>'` should fix this. I can send a pull
request.
--
Ticket URL: <https://code.djangoproject.com/ticket/27547#comment:1>
* status: new => closed
* resolution: => worksforme
Comment:
It is highly unlikely that the bug is in Django. The string you mention is
already unicode due to the `from __future__ import unicode_literals`
import at the top of `django/forms/widgets.py`.
Please use TicketClosingReasons/UseSupportChannels first to determine the
problem, and reopen the ticket if you can demonstrate that Django is at
fault.
--
Ticket URL: <https://code.djangoproject.com/ticket/27547#comment:2>