-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Fixed #36682 -- Prevented RecursionError while search for relations between models #20010
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
base: main
Are you sure you want to change the base?
Fixed #36682 -- Prevented RecursionError while search for relations between models #20010
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you walk us through how you determined this is an adequate solution to the problem?
|
I rewrote most part of the code, removing unecessary parts, and making it more simple, and while i was searching for a way to solve this, it seems that the problem is much more deeper than it looks, but i didnt wanted to touch other modules, because its very complex, and i recently joined at this open-source community, so i have a lot to learn, but thanks for your review, and if i need to do more things to get this done, no problem, i accept any advice, including the changes that i made now 😊 |
Trac ticket number
ticket-#36682
Branch description
When there are several relations on the Models, a RecursionError happens if you try to query and list them
Checklist
mainbranch.