On 2/25/06, Luke Plant <[EMAIL PROTECTED]> wrote: > > On Friday 24 February 2006 23:34, Russell Keith-Magee wrote:
> > Can you confirm that your problem is also resolved? > > Thanks for working on this, but unfortunately it's still not resolved. > However, I've found I've got the same problem with deleting a single > object, and also that my model is more complex than my simplified > example. I've created tests for my model and they pass, so it must be > to do actual data in the models and some quite complex links between > tables. Interesting... by way of diagnosis, it might be helpful to dump the contents of seen_objs that is collected just before the call to delete_objects() at line 216 of django/core/db/query.py. That structure determines the order in which circular dependencies are resolved; the error you are describing certainly sounds like a circular dependency problem. Let me know if you have any luck narrowing the problem down at all. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers -~----------~----~----~----~------~----~------~--~---