On 16 Dic, 04:03, Karen Tracey wrote:
> On Tue, Dec 15, 2009 at 2:42 PM, goome wrote:
> > Hello
> > i have a model with a CharField field.
> > When in the admin panel i try to insert a new record for the model
> > with a text containing "é" for the field, i got
> > """UnicodeEncodeError at /adm
On Tue, Dec 15, 2009 at 2:42 PM, goome wrote:
> Hello
> i have a model with a CharField field.
> When in the admin panel i try to insert a new record for the model
> with a text containing "é" for the field, i got
> """UnicodeEncodeError at /admin/abruzzodavedere/servizio/4/
>
> 'ascii' codec can
Hello
i have a model with a CharField field.
When in the admin panel i try to insert a new record for the model
with a text containing "é" for the field, i got
"""UnicodeEncodeError at /admin/abruzzodavedere/servizio/4/
'ascii' codec can't encode character u'\xe8' in position 14: ordinal
not in ra
I use .96, UTF-8.
I couldn't update a user instance with strings containing unicode
special characters in my views but it worked with the admin interface.
Some of you may encounter this problem, so here is the solution...
I got this error :
UnicodeEncodeError at /profile/xxx/edit/
'ascii' code
4 matches
Mail list logo