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

Fix bulk updates with unique together #60

Closed
wants to merge 1 commit into from
Closed

Fix bulk updates with unique together #60

wants to merge 1 commit into from

Conversation

sashasimkin
Copy link

This is mostly same approach as in #43 but doesn't do excess database queries.
This doesn't cover cases when unique constraint violated within incoming payload. In this case IntegrityError is raised deep inside django.

@sashasimkin
Copy link
Author

Also, I see that tests are failing because of reasons not connected to my code. I can fix those, but tell me preferred way where I need to push them. Same PR or different one?

@sashasimkin sashasimkin closed this by deleting the head repository Mar 23, 2023
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.

1 participant