This is caused by
https://github.com/django/django/blob/master/django/views/generic/list.py#L74
- changing
**str(e)**
with
**unicode(e)**
fixes the problem for me.
--
Ticket URL: <https://code.djangoproject.com/ticket/28251>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* severity: Normal => Release blocker
* stage: Unreviewed => Accepted
Comment:
Regression in e690eb405f09a9e58b9d95ae98991352602635d6
--
Ticket URL: <https://code.djangoproject.com/ticket/28251#comment:1>
* status: new => closed
* component: Internationalization => Generic views
* resolution: => duplicate
Comment:
Duplicate of #28204.
--
Ticket URL: <https://code.djangoproject.com/ticket/28251#comment:2>