On Sat, Jun 27, 2009, Alex Gaynor <[email protected]> wrote: >Your issue is that you have a circular import: A imports B and B imports >A. To get around this see: http://docs.djangoproject.com/en/dev/ref/ >models/fields/#lazy-relationships
Thanks, that was it. Is there some reason why Django doesn't throw up a warning in such circumstances? Daniele --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

