Mongoengine: update only specified fields on embedded document

后端 未结 0 1043
时光说笑
时光说笑 2021-01-06 08:18

I have the following schema:

class Task(EmbeddedDocument):
    description = StringField()
    is_finished = BooleanField(default=False)

class Plan(DynamicDo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题