Skip to content
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

Created test for model referencing and maximum recursion depth on repr() call #36

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

SteveGZr
Copy link

I added a test which fails when repr() is called on models which reference themselves over other models. Because this results in a "maximum recursion depth" error.

To solve this problem it is needed, that the custom repr() functions are deleted and the built-in is used.

@SteveGZr
Copy link
Author

Is there a chance that you are going to merge this pull request?
I still haven't found a good reason for keeping those custom repr() functions..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants