Hi,

  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)

sandro
*:-)


PS: should I open a ticket for such a short fix?


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