On 2/19/07, sandro.dentella <[EMAIL PROTECTED]> wrote: > I had similar problems this night. It comes out help_text is the > source of problems. I fixed it adding smart_unicode in Field class > (newforms.fields): > > class Field(object): > ... > def __init__(...): > self.help_text = smart_unicode(help_text)
Thanks, Sandro. I fixed the bug in changeset [4543]. Note that the patch wasn't exactly that, as it had to account for the case of empty help_text (help_text is None). Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---