marshmallow-sqlalchemy
marshmallow-sqlalchemy copied to clipboard
Related `column` versus `columns` - a typo?
marshmallow_sqlalchemy.fields.Related currently takes a kwarg column telling it which columns to use for serialization of an SQLAlchemy relationship data.
However, the method documentation speaks of a columns parameter (plural).
Both should be the same, and the plural version makes the most sense.