| Age | Commit message (Expand) | Author |
|---|---|---|
| 2022-06-13 | Made QuerySet.bulk_update() raise an error when batch_size is zero. | Ebram Shehata |
| 2022-02-09 | Fixed #33506 -- Made QuerySet.bulk_update() perform atomic writes against wri... | Simon Charette |
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot |
| 2022-01-27 | Fixed #33463 -- Fixed QuerySet.bulk_update() with F() expressions. | Jörg Breitbart |
| 2021-11-29 | Fixed #33322 -- Fixed loss of assigned related object when saving relation wi... | Hannes Ljungberg |
| 2021-06-29 | Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects upda... | abhiabhi94 |
| 2020-05-15 | Refs #31395 -- Relied on setUpTestData() test data isolation in various tests. | Simon Charette |
| 2020-05-08 | Fixed #12990, Refs #27694 -- Added JSONField model field. | sage |
| 2018-11-21 | Fixed #29974 -- Fixed non-truthy primary key values for QuerySet.bulk_update(). | Tom Forbes |
| 2018-09-18 | Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models. | Tom Forbes |
