django-bulk-update
django-bulk-update copied to clipboard
send pre_save and post_save signals before and after bulk_update
I think this should be nice feature
It's a great feature, but It could break backwards compatibility. I think it should be optional.
Django's bulk_create emit those signals and i don't think it should be implemented here.
https://docs.djangoproject.com/en/2.1/ref/models/querysets/#bulk-create
As @itimky said, this can be done optionally. Moreover there is default implementation of bulk_update out of the box already: in django 2.2