How did you get the name into your fixtures? Did you type it in
manually, or enter it in Django admin and then use dumpdata?
It looks like the value in your fixtures got its encoding mangled. It
should work properly if the unicode is correct in your database and you
use manage.py dumpdata to dump it to json.
If none of this helps, please post the relevant portion of your fixtures.
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to django-users@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.