What is the difference bulk_update() and update() in django queryset.

1,257 views
Skip to first unread message

Am bition

unread,
Aug 11, 2021, 6:03:25 PM8/11/21
to Django users
What is the difference bulk_update() and update() in django queryset.

M. GW

unread,
Aug 18, 2021, 10:57:58 AM8/18/21
to Django users

bulk_update() is a method that updates the provided list of objects into the database with one query.

and update() is just for one object
Reply all
Reply to author
Forward
0 new messages