-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recursion problem with circuits model references and Model.__repr__ #39
Comments
I seem to have worked around the problem Example:
Note: The two custom At least in testing, the recursion loop was being caused by recursive |
I'm trying to use
ListField
ofReferenceField
to maintain a list of user channels of my
User
modelas well as a list of users in my
Channel
model.Model:
This seems to work fine when there is one
User
and oneChannel
object(s) in the database, but as soon as there are two different users
that are members of the same channel I get this error:
The text was updated successfully, but these errors were encountered: