fix m2m_update
This commit is contained in:
parent
576be08232
commit
40af34df99
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ class DeleteObjectOperation(BaseOperation):
|
|||
|
||||
|
||||
class UpdateManyToManyOperation(BaseOperation):
|
||||
type: Literal["m2m_add"] = "m2m_update"
|
||||
type: Literal["m2m_update"] = "m2m_update"
|
||||
field: FieldName
|
||||
add_values: set[ObjectID] = set()
|
||||
remove_values: set[ObjectID] = set()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue