Open
Description
Hello @aykut! Thank you for this library and your work on it!
I just wanted to let you know that coming in Django 2.2 there will be a bulk_update()
function available on any Model
(just like bulk_create
) that uses the same method as this library (and is heavily inspired by it!) 🎉 🎉
Would documenting this be possible? We could perhaps add a fallback to the built-in bulk_create
if we are running in Django 2.2, to ease upgrading? We are also looking at adding support for specialized db-specific SQL to Django to speed this up, I'd love any input you may have!
Metadata
Metadata
Assignees
Labels
No labels