[Answer]-Check if field is in abstract model class 26 December 2023 by thecoderscamp.com 1👍 You can try hasattr(AbstrctModel, 'attr_name1') If it returns True then its in the model. 👤Rohan [Answer]-How to create StackedInline in my case? Source:stackexchange.com