festinuz
festinuz
I've encountered a similar problem, here is how i managed to get around it ```python class BaseModelOptions(SchemaOptions): def __init__(self, mappings=None, **kwargs): super().__init__(**kwargs) self.mappings = mappings or dict() class BaseModelMeta(ModelMeta): def...
I think #462 is abandoned, i started another take on this issue here: #947
I think this issue is a duplicate of #485 and is fixed in #914 (in master, but not released yet)