On Tuesday 09 May 2017 06:00:31 rmschne wrote:
> > 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
On May 9, 2017 11:42 AM, Melvyn Sopacua wrote:
> I'm sorry - but this isn't your real error.
Your error is in another castle?
--
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, se
Paste the whole stack traceof the error
On 5/9/17, rmschne wrote:
>
>
>> 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 deb
> 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 repor
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
>
> : 'asc
Yes, it is the first name of a person with a European name, who it's got
that "ó" character. My understanding that it is Unicode. The variable
prints ok in the rest of the code to the screen and in Django templates,
but this __unicode_(self) method fails.
On Monday, 8 May 2017 17:22:42 UTC+1,
What data is "Jón"?
Is it u'J\xf3n' or something else? (print repr(self.fname))
Cheers
Tom
On Mon, May 8, 2017 at 5:10 PM, 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 Djan
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
8 matches
Mail list logo