summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_bulk_update.py
AgeCommit message (Expand)Author
2022-03-15Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2018-09-18Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes