You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MongoEngine documentation states that updating with an aggregation pipeline is supported in the update() method. Currently, this functionality is available in both update() and update_one() methods.
However, the modify() method does not yet support updates using an aggregation pipeline. I will be raising a PR to add support for it.