TIL about the bulk import functionality in django-import-export library.
django-import-export.readthedo…
Some caveats:
- set `batch_size` for better performance
- doesn't work with many-to-many relationships
- no `pre_save` and `post_save` signals sent (it' doesn't call `model.save()`)