Hacker News new | ask | show | jobs
by victorhooi 4670 days ago
Hmm, there's bulk_create(), introduced in Django 1.4, to create multiple new objects in one DB call.

However, I'm not aware of anything that would do the same to update properties.