closeio / flask-common

Some commonly shared code for Flask, MongoEngine, and Python apps
26 stars 4 forks source link

Make modify() methods return the return value of the superclass #26

Closed thomasst closed 8 years ago

thomasst commented 8 years ago

This exposes mongoengine's return value of modify() (boolean whether the object was updated).