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