closeio / flask-common

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

Negate the soft delete query by default #5

Closed thomasst closed 9 years ago

thomasst commented 9 years ago

So objects with None are considered to exist. That way no migration is necessary to make existing classes soft deletable.