On Monday 08 May 2017 09:10:15 rmschne wrote:
> I have a Django setup that has worked for a very long time. Yesterday
> I upgraded from Django 1.10 to 1.11.1 and am getting the error:
> 
>     raise DjangoUnicodeDecodeError(s, *e.args)
> django.utils.encoding.DjangoUnicodeDecodeErrorJón
> 
> : 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in
> 
> range(128).

I'm sorry - but this isn't your real error.
You will see it in your WSGI daemon logs once you set DEBUG to false. 

This error is caused by Django trying to print the error using ascii codec for 
the 
debug output (I haven't chased it down any further and I should really report 
it).

As said, your real error is somewhere else and that will probably make more 
sense.

-- 
Melvyn Sopacua

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9764105.YSOjKmLg3v%40devstation.
For more options, visit https://groups.google.com/d/optout.

Reply via email to