dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
268 stars 91 forks source link

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 9735: ordinal not in range(128) #197

Open awerner25 opened 3 years ago

awerner25 commented 3 years ago

Hello,

I have an issue when I tried to create or modified a moderated object.

[Wed Mar 03 10:02:55.805923 2021] [wsgi:error] [pid 9:tid 140167935424256] [client 172.22.0.1:56910] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 9735: ordinal not in range(128), referer: https://mysuperproject.example.com/fr/admin/article/3/update

I tried this workaround : https://github.com/dominno/django-moderation/issues/124 but it doesn't work.