> Are you overriding save() in any of your models (in particular,
> anything querying StaticPage model?

Yes, I am. I have there some check code, which prevent to save object,
which will refer to itself.

> The only workaround I know of for this is to do your dump in stages,
> so that the data required by the query in the save() method is
> available at the time the saved object. However, this approach isn't
> always possible (depending on the circular relationships in your
> data).

I trust to my data, so I temporary disabled save() overriding. Now
loaddata was successfull, and my application on computer2 works like charm.

Thank you very much for advise.


Regards
Michal



--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to