Skip to content
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

schema.py: Fix for get_nested_fields #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aditya-bhawsingka
Copy link

Having a list field on schema is giving an error after upgrading to the latest version. The get_nested_fields function is trying to access an attribute 'container' on a list field, which as per latest marshmallow version does not exist. So replacing it with a new field called 'inner'.

Having a list field on schema is giving an error after upgrading to the latest version. The get_nested_fields function is trying to access an attribute 'container' on a list field, which as per latest marshmallow version does not exist. So replacing it with a new field called 'inner'.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.416% when pulling c953d34 on aditya-ignite:master into a4ff3f4 on miLibris:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.416% when pulling c953d34 on aditya-ignite:master into a4ff3f4 on miLibris:master.

@igieon
Copy link

igieon commented Feb 8, 2021

@aditya-bhawsingka aditya-bhawsingka force-pushed the master branch 5 times, most recently from ad1a927 to c953d34 Compare February 17, 2022 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants