Skip to content Skip to sidebar Skip to footer
Showing posts with the label Marshmallow

Attributeerror: 'dict' Object Has No Attribute '_sa_instance_state'

Am creating a flask_restful API with sqlalchemy and marshmallow. Here is my model class User(db.Mo… Read more Attributeerror: 'dict' Object Has No Attribute '_sa_instance_state'

Marshmallow Result Customization

I have the sqlalchemy model with jsonb field and marshmallow schema for this model: class Settings(… Read more Marshmallow Result Customization