Groups
Groups
Sign in
Groups
Groups
Django users
Conversations
About
Send feedback
Help
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 PM
8/11/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
What is the difference bulk_update() and update() in django queryset.
M. GW
unread,
Aug 18, 2021, 10:57:58 AM
8/18/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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