On Jan 24, 1:03 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> On Jan 23, 5:41 pm, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote:
>
> > Would you be willing to test this out in your local copy of Django,
> > and report back?Yes, I will try this and report back. If I create a model
> > instance from
> a form like so: model = Model(**form.clean_data), I also need to
> .encode('utf-8') all the entries (model.field.encode('utf-8')) .. is
> this somehow related?
I wrap every instance of gettext() with smart_unicode() in fields.py
(latest svn) as you said, but I still get the error -- on every form
that I submit with invalid data.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---