Remove references to model_records service, change submodel property on ModelInfo to submodel_type to support new params in model manager

This commit is contained in:
Brandon Rising
2024-02-14 09:36:30 -05:00
committed by psychedelicious
parent 3e82f63c7e
commit 86ac55ab5f
6 changed files with 29 additions and 29 deletions

View File

@ -499,7 +499,7 @@ class ModelManager(object):
model_class=model_class,
base_model=base_model,
model_type=model_type,
submodel=submodel_type,
submodel_type=submodel_type,
)
if model_key not in self.cache_keys: