[Answered ]-How to access parent abstract class of model in Django 13 December 2023 by thecoderscamp.com 2 Use isinstance: assert isinstance(child, Node) assert isinstance(parent, Node) DeepSpace [Answered ]-Language file doesn't load automatically in Django Source:stackexchange.com