Hi Karen,

On Wed, 2006-08-16 at 06:01 -0700, Karen Tracey wrote:
[...]
> 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.

We had a perfectly good hypothesis and you went and put a hole in it.
How is that helpful? :-)

Strange that after all this time two people suddenly hit infinite loops
close together and nobody's reported this coherently previously. That
code hasn't changed much recently, either. Still, good to know about.
Thanks to both of you for the information.

>   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.

It would be useful to see the models if you have a case that fails
consistently. Maybe just send them to me off-list if you don't want to
post them here (or they are very long). I'll keep the information
confidential -- I just want to be able to construct a failing example so
that I can debug it.

Thanks,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to