Did you rename your model's __str__  method to __unicode__?  That's one of
the things you need to do when upgrading to post-unicode Django trunk.
There's a short checklist of things to change/look for in your code here:

http://code.djangoproject.com/wiki/UnicodeBranch#PortingApplicationsTheQuickChecklist

Every "can't decode" type error I encountered after updating my own
installation was fixed by making one of the changes noted on the checklist.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to