fopina / django-bulk-update-or-create

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

context manager queue to support model kwargs directly #13

Closed fopina closed 3 years ago

fopina commented 3 years ago

As context manager is already bound to a specific model, queue can take model kwargs as its own kwargs instead of an instance of the model