mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
This commit is contained in:
parent
7b159df942
commit
9cbdb44014
11 changed files with 359 additions and 8 deletions
|
@ -532,6 +532,7 @@ class ManagerTest(SimpleTestCase):
|
|||
'update_or_create',
|
||||
'create',
|
||||
'bulk_create',
|
||||
'bulk_update',
|
||||
'filter',
|
||||
'aggregate',
|
||||
'annotate',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue