Hi Alexandre, On 8/1/07, Alexandre Forget <[EMAIL PROTECTED]> wrote: > > Hi, > > I am stuck with this error, does someone know what it mean? > I am using django svn and sqlite. > > This error happen when I try to delete an object with the admin > interface but it delete fine with the shell. > > any help greatly appreciated > > alex > > > UnicodeEncodeError at /admin/parts/part/1/delete/ > 'ascii' codec can't encode character u'\u2726' in position 15: > ordinal not in range(128)
Try to overwrite __unicode__() instead of __str__(). This is my only idea. Kai --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---