We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
field = fields.Raw(attribute='bar.0') assert field.output('foo', {'bar': [42]}) == 42
Properties which are nested under list should be accessible according to https://flask-restplus.readthedocs.io/en/stable/marshalling.html#renaming-attributes
A description of the unexpected, buggy behavior.
No error/exception thrown, but it outputs None
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Code
Repro Steps (if applicable)
Expected Behavior
Properties which are nested under list should be accessible according to https://flask-restplus.readthedocs.io/en/stable/marshalling.html#renaming-attributes
Actual Behavior
A description of the unexpected, buggy behavior.
Error Messages/Stack Trace
No error/exception thrown, but it outputs None
Environment
The text was updated successfully, but these errors were encountered: