Was hoping that the Meta: tags would get inherited but they seem not to be? It would be super helpful
Use cases:
Creating a BaseModel(Model) class where ignore_none_field = False for ALL my objects
Creating an object tree that is all stored in the same collection, hence my base NodeItem(Model) object has collection_name set and the individual nodes inherit from this.
Hi Team,
Was hoping that the Meta: tags would get inherited but they seem not to be? It would be super helpful
Use cases: