This commit is contained in:
huangsong
2022-01-18 17:16:20 +08:00
parent 6299ea4383
commit 9fd5ba090d

View File

@ -234,7 +234,7 @@ Send for `Model.relation_name.remove()` method for `ManyToMany` relations and re
### post_bulk_update ### post_bulk_update
`post_bulk_update(sender: Type["Model"], instances: List["Model"], **kwargs), `post_bulk_update(sender: Type["Model"], instances: List["Model"], **kwargs)`,
Send for `Model.objects.bulk_update(List[objects])` method. Send for `Model.objects.bulk_update(List[objects])` method.