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. Regards, -- LB --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---