This commit is contained in:
Mardanov Timur Rustemovich 2018-11-20 04:37:17 +03:00
parent 8df0a44d65
commit b3d8ed36c0

View File

@ -170,6 +170,7 @@ def convert_onetoone_field_to_djangomodel(field, registry=None):
def dynamic_type():
_type = registry.get_type_for_model(model)
print('created type ', _type)
if not _type:
return