On Thu, Jun 12, 2008 at 1:58 PM, LB <[EMAIL PROTECTED]> wrote:

>
>    Hi,
>
> I'm new to django and I've got problem with the loaddata function.
> I have a lot of data containing unicode. I needed to clean my
> database, so I made a fixture with
> `./manage.py dumpdata > backup.json`
> Then, I cleared my database and loaded my backup with :
> `./manage.py loaddate backup.json`
>
> Now, all strings containing unicode are not correctly handled in the
> adminitration interface.
> What is the good way to make a backup with loaddata / dumpdata when
> dealin with unicode ?
>
> I'm using then debian package od django 0.96.
>

Your problem description is a bit vague, but 0.96 and unicode throws up a
red flag.  Full unicode support in Django did not get added until after the
0.96 release, so a first step towards fixing whatever unicode problem you
are having is to upgrade to an SVN checkout of Django.

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