I did that, but that made no difference. Even if the title field
doesn't have any special characters it still crashes.

Some data IS entered into the database - when I tried just now with a
'content' of Greek text, I get the Incorrect string value message, but
when I go back to the admin interface the entry is there but filled
with question marks where the Greek text should have been.

On Oct 24, 3:52 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> On 24-Oct-07, at 4:42 PM, bjornkri wrote:
>
> > def __unicode__(self):
> >         return self.title
>
> def __unicode__(self):
>          return u"%s" % self.title    <--------- try this
>
> --
>
> regards
> kghttp://lawgon.livejournal.comhttp://nrcfosshelpline.in/web/


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to