index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
queries
/
test_bulk_update.py
Age
Commit message (
Expand
)
Author
2025-06-10
Refs #36419 -- Fixed BulkUpdateTests.test_json_field_sql_null() crash on Oracle.
Mariusz Felisiak
2025-06-06
Fixed #36419 -- Ensured for_save was propagated when resolving expressions.
Clifford Gama
2025-05-08
Refs #36143 -- Tested bulk_batch_size limit for bulk_update and bulk_create.
Sage Abdullah
2025-01-14
Refs #36075 -- Adjusted pk_fields usage in bulk_update eligibility checks.
Simon Charette
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