Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send pre_save and post_save signals before and after bulk_update #74

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renskiy
Copy link

@renskiy renskiy commented Jul 19, 2018

I think this should be nice feature

@itimky
Copy link

itimky commented Oct 20, 2018

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

@ulgens
Copy link

ulgens commented Nov 12, 2018

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

@renskiy
Copy link
Author

renskiy commented Nov 13, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants