Re: Admin UnicodeEncodeError

2009-12-16 Thread goome
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

Re: Admin UnicodeEncodeError

2009-12-15 Thread Karen Tracey
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

Admin UnicodeEncodeError

2009-12-15 Thread goome
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

Cannot update model instance in views but works in admin ( UnicodeEncodeError ) - FIXED

2007-05-24 Thread Sam
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