Re: Errors in model validation

2006-09-25 Thread [EMAIL PROTECTED]
You can disregard this thread. This was a problem of circular references that i fixed over the weekend (before the message was moderated) by passing the ForeignKey the string of the Model name instead of the object (as per Django documentation!) Also please disregard other messages like these (s

Errors in model validation

2006-09-25 Thread Lorenzo Bolognini
Hi all, I have a problem with the app below (SVN repo with read access) and i tried everything to fix it. Probably u guys can help. It seems to me some problem with namespace import, particularly the *order* in which the names are imported. The code in the repo is already broken but u can "fix i