Add support for recursive models#174
Merged
j5awry merged 1 commit intopython-restx:masterfrom Jul 28, 2020
peterjwest:featured/recursive-model
Merged
Add support for recursive models#174j5awry merged 1 commit intopython-restx:masterfrom peterjwest:featured/recursive-model
j5awry merged 1 commit intopython-restx:masterfrom
peterjwest:featured/recursive-model
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.
|
Contributor
Author
|
@ziirish is there any chance you could review this? |
Contributor
|
Thanks for your contribution! We don't have a Changelog anymore. |
Contributor
Author
|
Does this need to be rebased before it can be merged? |
Contributor
|
@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
previously approved these changes
Jul 23, 2020
Contributor
Author
|
@j5awry done |
j5awry
approved these changes
Jul 28, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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?