fopina / django-bulk-update-or-create

`bulk_update_or_create` for Django model managers
MIT License
148 stars 16 forks source link

multiple match_field not working in bulk_update_or_create_context #26

Closed resakse closed 3 years ago

resakse commented 3 years ago

bulk_update_or_create_context() got multiple values for argument 'match_field'

it working fine in normal bulk_update_or_create. I've checked test file and it doesnt contain test for bulk_update_or_create_context with multiple match_field.

fopina commented 3 years ago

Can you provide the calls you made to both "_context" and "normal"?

resakse commented 3 years ago

I'm sorry, I dont have the code anymore since we decided to use bulk_create with ignore_conflicts=True. I guess I'll close this one since no one else complains.