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 range(128)

Request Method:         POST
Request URL:    http://127.0.0.1:8000/admin/abruzzodavedere/servizio/4/
Exception Type:         UnicodeEncodeError
Exception Value:

'ascii' codec can't encode character u'\xe8' in position 14: ordinal
not in range(128)
"""
i didn't make any change in the Admin, i mean i simply register the
model. Now just switched to django1.1
This error did not appear with django096.
i did NOT do a new installation of the directory after upgrading
django,  i just corrrectet max[_]length and created the admin.py
Can be that the problem?
Thank you

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to