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
In order to allow setting new fields on dynamic embedded documents that previously did not exist, the `lookup_member` function returns dynamic fields as appropriate. This enables operations like `A.objects(...).update(foo__newfield="bar")`.
ResolvesMongoEngine#2486
0 commit comments