django-bulk-update-or-create
django-bulk-update-or-create copied to clipboard
`bulk_update_or_create` for Django model managers
Results
12
django-bulk-update-or-create issues
Sort by
recently updated
recently updated
newest added
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....
> Add option to use bulk_create for creates: assert model is not multi-table, if enabled Hi, as listed in one of the Todos, do you have a timeline for adding...