Its impossible for me to create document based on Eve Mongoengine.
Because .save() is checking for existing fields and not _etag and _deleted.
If I want to have thoses two fields in my database I have to specify them in the schema, but Eve don't agree with this.
Its impossible for me to create document based on Eve Mongoengine.
Because .save() is checking for existing fields and not _etag and _deleted.
If I want to have thoses two fields in my database I have to specify them in the schema, but Eve don't agree with this.