django-bulk-update-or-create icon indicating copy to clipboard operation
django-bulk-update-or-create copied to clipboard

Mixed generator method with non-generator

Open fopina opened this issue 1 year ago • 0 comments

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

fopina avatar Feb 09 '23 02:02 fopina