You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _reference_property implementation [returns None]](https://github.com/Pylons/substanced/blob/e8b1038053a4f5dc601c323add7cf57b533ab27f/substanced/objectmap/__init__.py#L789) if the requested reference does not exist, but that value is invalid for the schema type (colander.Int). It needs to override serialize`, e.g.:
The
_reference_property
implementation [returnsNone]](https://github.com/Pylons/substanced/blob/e8b1038053a4f5dc601c323add7cf57b533ab27f/substanced/objectmap/__init__.py#L789) if the requested reference does not exist, but that value is invalid for the schema type (
colander.Int). It needs to override
serialize`, e.g.:The text was updated successfully, but these errors were encountered: