I was reading up on Django bulk_create and a few of its \"flaws\":
\"
This has a number of caveats though:
1. The model\'s save() method will not be called, and
For the first question, no you won't be able to do that, because obj
won't have its primary key set so couldn't be used as a foreign key.
The second question, no that's not what it says at all. It specifically mentions "multi-table inheritance": inheriting from an abstract model is not multi-table inheritance.