summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_bulk_update.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner2022-12-121-2/+2
* Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner2022-12-011-3/+0
* Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith2022-03-151-0/+3
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-12/+25
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-1/+1
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-2/+1
* Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes2018-09-181-0/+34