mongoengine icon indicating copy to clipboard operation
mongoengine copied to clipboard

A Python Object-Document-Mapper for working with MongoDB

Results 169 mongoengine issues
Sort by recently updated
recently updated
newest added

This adds aws authentication to mongo engine The ```and ("authmechanismproperties" not in conn_settings.keys())``` line is added to stop the mongoengine from attempting to reconnect the database upon calling it the...

Only triggering `_mark_as_changed` on DictField if the value is actually changed. Limit the number of field accumulated in `_changed_fields`.

I get an exception when trying to do a bulk insert on a collection where I have defined the primary key as an embedded document. Repro: ``` from mongoengine import...

Perhaps this have been named `NumberDecimalField`? updates #1981 ping @janste63

A database created with `mongoengine` is unusable with a read-only user since they cannot create indexes in the database. This seems like a bug and not a feature since a...

A fix for https://github.com/MongoEngine/mongoengine/issues/1236 Moved the cascade save portion of the Document.save method above the validation check. This does mean that there is a possibility that a child document could...

### Fixes multiple issues when cascade=True in the Document save method: - When a ReferenceField is holding an unsaved object you no longer get a ValidationError. The unsaved object is...

I am facing the following issue when trying to connect to my db using the last version of MongoEngine I think it is due to [this new behavior of pymongo...

pymongo-4

I'm facing connection pool paused since I migrate on mongoengine 0.24.1. So every time I try to query the database, I systematically get this error. What is the cause of...

pymongo-4

Hi there this is not issue Just some questions that users are confused about so my question list is here 1.Whether the query to the database has been completed after...