> Thanks for the fix; I've applied it to the trunk in [6406]; it will
> find its way into newforms-admin on the next branch merge.
One more thing about this patch I wonder about, is why 'force_unicode'
can't/shouldn't
use just:

if strings_only and isinstance(s,  basestring,):
    ...

Docstring for 'force_unicode' says:
"If strings_only is True, don't convert (some) non-string-like
objects."
so I assume there are some design issues that are explanation to
"some" but
but I don't know them. In general it is a bit misleading I think.

> By the way pigletto - do you have a real name that you'd like in the
> Authors file?
Yes, my real name is now in a signature below ;)

--
Maciej Wiśniowski


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