[Answered ]-Custom accessor name in Django multi-table inheritance

2👍

If you want to define the one or one field manually, then use parent_link=True. Otherwise, an additional field will be created.

Leave a comment