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
serialize_instance function from provider.utils uses default DjangoJSONEncoder, which cannot serilaize model with custom fields. It would be better if one can specify encoder/decoder classnames in settings module.
serialize_instance
function fromprovider.utils
uses defaultDjangoJSONEncoder
, which cannot serilaize model with custom fields. It would be better if one can specify encoder/decoder classnames in settings module.Example:
Trace
The text was updated successfully, but these errors were encountered: