You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using django-bulk-update-or-create and I would like to know if this project has been tested already in concurrent environments.
Since the selection of objects to be updated is done internally, I would like to kindly ask if there is any limitation when using select_for_update when calling bulk_update.
Is the utilization of select_for_update a considered use case, so that it will be used when updating models in bulk from within bulk_update_or_create?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I am currently using django-bulk-update-or-create and I would like to know if this project has been tested already in concurrent environments.
Since the selection of objects to be updated is done internally, I would like to kindly ask if there is any limitation when using select_for_update when calling bulk_update.
Thanks in advance!
The text was updated successfully, but these errors were encountered: