-
Notifications
You must be signed in to change notification settings - Fork 508
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
Fix infinite recursion in swagger.py for circular models #656
base: master
Are you sure you want to change the base?
Conversation
any update on this? i ran into the same bug. This PR fixes it. |
Thank you for contributing. Please add relevant tests to cover the issue. |
I'm waiting for @Drarok to merge new test in his branch. It will fix the coverage issue. |
@buggyspace it’s a two line change, and I’m not even sure how I would begin to test for the failure case. |
fd8358a
to
cd26463
Compare
@buggyspace oh, amazing! Thank you! For some reason I didn't get a notification about that. I've brought your commit over and rebased on current master, so we should be good to go? |
Any news on merging this, guys? I think circular model reference for api doc is pretty usual thing occuring from time to time in any project. |
With thanks to @edwardfung123 from Dec 2016 for identifying this fix, fixes #190.