fopina / django-bulk-update-or-create

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

yield update/created objects (optional) #2

Closed fopina closed 4 years ago

fopina commented 4 years ago

added yield_objects keyword arg to allow caller to receive resulting objects: