fopina / django-bulk-update-or-create

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

Mixed generator method with non-generator #37

Open fopina opened 1 year ago

fopina commented 1 year ago

Main method has the option to yield objects but it doesn't allow returning immediately.

Create 2 different entry points for this: one generator and the other not. Explicit is better.

Breaking change