On Mon, Jul 21, 2008 at 12:23 PM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:

>
> Some news;
> I found an old trunk (0.97-pre-SVN-unknown ... ?!?!) and I downgraded
> the django version..
> Now all works well...
>
> It's a bug of the new versions..?
>
>
Not likely.  It's more likely your code is not properly handing non-ASCII
data.  Things might have worked in a prior version of Django (before Unicode
support was added), but that was largely by chance.  If you want to be able
to update to a Unicode-enabled version of Django then you need to update
your code to properly handle non-ASCII data.  See the checklist here:

http://code.djangoproject.com/wiki/UnicodeBranch#PortingApplicationsTheQuickChecklist

Karen

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