fopina / django-bulk-update-or-create

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

Report changed objects #38

Open fopina opened 1 year ago

fopina commented 1 year ago

As a select is done before bulk_update, a check to see if object is actually being changed could be done (in a soft way, as type converters might make it trickier)