I'm on django 1.9.5 and I can't access admin panel for user because django 
admin crashes on template render.

It seems that it reverses _('users') into "użytkownicy", and then crashes 
when rendering template "
django/contrib/admin/templates/admin/change_list.html" on line 91 ("{% 
result_list cl %}") with error:

UnicodeDecodeError at /admin/discounts/user/
'ascii' codec can't decode byte 0xc5 in position 1: ordinal not in 
range(128)

Unicode error hint

The string that could not be encoded/decoded was: u��ytko

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/89bd180b-3be6-4905-8b0c-5a1b0a61597d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to