AdCombo / flask-combo-jsonapi

Flask REST JSON:API on steroids.
MIT License
32 stars 16 forks source link

fix(schema): container has been renamed to inner in marshmallow 3.0.0rc8. #20

Closed etiennecaldo closed 4 years ago

etiennecaldo commented 4 years ago

Backport of https://github.com/TMiguelT/flapison/pull/11

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 23


Files with Coverage Reduction New Missed Lines %
flask_combo_jsonapi/schema.py 1 95.35%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 22: 0.0%
Covered Lines: 1271
Relevant Lines: 1531

💛 - Coveralls
etiennecaldo commented 4 years ago

Hi! I am trying to migrate from flask-rest-jsonapi to flask-combo-jsonapi as you have added a lot of features! I had an error with fields.List ("List has no attribute container"). It is due to a renaming in a beta version of Marshmallow 3.0. Thanks in advance for the merge, Etienne