-
Notifications
You must be signed in to change notification settings - Fork 338
Add support for recursive models #174
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
Add support for recursive models #174
Conversation
Codecov Report
@@ Coverage Diff @@
## master #174 +/- ##
=======================================
Coverage 96.92% 96.92%
=======================================
Files 19 19
Lines 2695 2697 +2
=======================================
+ Hits 2612 2614 +2
Misses 83 83
Continue to review full report at Codecov.
|
@ziirish is there any chance you could review this? |
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.
LGTM
Thanks for your contribution! We don't have a Changelog anymore. |
Does this need to be rebased before it can be merged? |
@peterjwest yes, if you could give this a rebase. I'm giving my +1 as well, so we'll be able to merge after rebase. |
@j5awry done |
This is a port of noirbizarre/flask-restplus#656
It should resolve #110
Thanks to @buggyspace, @Drarok and @edwardfung123 for identifying and fixing this.
I've followed the CONTRIBUTING.rst file, but couldn't locate the changelog to add this change, is this out of date?