Malcolm Tredinnick wrote: > On Tue, 2006-08-15 at 23:22 -0700, 一首诗 wrote: > > But if there is a loop in FK relations, it will never stopped! > > Wow. Looks like you're right. Good debugging!
Hmm, in the case where I hit this I don't believe there was a loop in the FK relations. The whole model group goes like this: There are 3 models with no ForeignKeys: Entry, Author, and Publisher There are 2 models with 2 ForeignKeys each: Puzzle points to Author and Publisher via ForeignKey Clue points to a Puzzle and Entry via ForeignKey So there is an FK chain from Clue to Puzzle that then points to Author and Publisher, but no loop that I can see? Just mentioning this in case it is helpful. I don't actually need this fixed, but will try out any fix that is mentioned here. Alternatively I can provide my models.py if that would be useful. Cheers, 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 -~----------~----~----~----~------~----~------~--~---