Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix flask-marshmallow factory pattern issue
ma.init_app(app) replace DummySession() by db.session but its too late, schemas have already been created, so replace it as soon as ma have been initialized. marshmallow-code/flask-marshmallow#44 marshmallow-code/flask-marshmallow#74 marshmallow-code/flask-marshmallow#111
- Loading branch information