Ok, so in Django if you want to use a TabularInline or StackedInline that contains a foreign key, and want to be able to create new records for that foreign key from the Inline, you have to define and register an admin for that foreign key model.
