summaryrefslogtreecommitdiff
path: root/tests/queries/test_bulk_update.py
Commit message (Expand)AuthorAgeFilesLines
* Made QuerySet.bulk_update() raise an error when batch_size is zero.Ebram Shehata2022-06-131-0/+2
* Fixed #33506 -- Made QuerySet.bulk_update() perform atomic writes against wri...Simon Charette2022-02-091-1/+27
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-99/+111
* Fixed #33463 -- Fixed QuerySet.bulk_update() with F() expressions.Jörg Breitbart2022-01-271-0/+10
* Fixed #33322 -- Fixed loss of assigned related object when saving relation wi...Hannes Ljungberg2021-11-291-1/+31
* Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects upda...abhiabhi942021-06-291-2/+12
* Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.Simon Charette2020-05-151-2/+3
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-3/+14
* Fixed #29974 -- Fixed non-truthy primary key values for QuerySet.bulk_update().Tom Forbes2018-11-211-1/+8
* Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes2018-09-181-0/+223