Accelerate bulk insert using Django’s ORM?

Django 1.4 provides a bulk_create() method on the QuerySet object, see:

Leave a Comment