Mongoengine
Breaking Changes
Database access is now done via mongoengine
. As a result, all existing tables must be renamed to match standard mongoengine
formats.
v1.9 and earlier databases are not compatible with v1.10, and vice versa
If needed, a migration script will be posted.