Hello, I've chaged my database engine from MyISAM to InnoDB, then recreated by syncdb schema, finally uploaded backed up data from older MyISAM database. I've added today new model and get such error:
(1452, 'Cannot add or update a child row: a foreign key constraint fails (`db/table`, CONSTRAINT `user_id_refs_id_1417f44f80439c` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`))') Any suggestions? Best regards, Szymon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

