Is there a reason we are not using the `MappingType.to_object` method to convert to model instances, e.g. https://github.com/universalcore/springboard/blob/develop/springboard/views.py#L63? I want to prevent future issues when schemas change.
Is there a reason we are not using the
MappingType.to_objectmethod to convert to model instances, e.g. https://github.com/universalcore/springboard/blob/develop/springboard/views.py#L63?I want to prevent future issues when schemas change.