django-bulk-update icon indicating copy to clipboard operation
django-bulk-update copied to clipboard

send pre_save and post_save signals before and after bulk_update

Open renskiy opened this issue 7 years ago • 3 comments

I think this should be nice feature

renskiy avatar Jul 19 '18 12:07 renskiy

It's a great feature, but It could break backwards compatibility. I think it should be optional.

itimky avatar Oct 20 '18 23:10 itimky

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

ulgens avatar Nov 12 '18 11:11 ulgens

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

renskiy avatar Nov 13 '18 10:11 renskiy