I recently switched my backend from sqlite3 to mysql. The interim export format was XML. I had already repopulated my sqlite3 database several times from the XML dump, without any problem, but this time came across the following issue: mysql does not like forward references. I.e. the XML dump has to be created in the correct order, with backward references only.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

