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
156 - fmt.format_list([get_object_serialization(objs, method).apply(obj, *_kwargs) for obj in objs])
156 + fmt.format_list([get_object_serialization(obj, method).apply(obj, *_kwargs) for obj in objs])
( objs => obj )
The text was updated successfully, but these errors were encountered:
serializer return
instead of
I think the error is in serializers/init.py
156 - fmt.format_list([get_object_serialization(objs, method).apply(obj, *_kwargs) for obj in objs])
156 + fmt.format_list([get_object_serialization(obj, method).apply(obj, *_kwargs) for obj in objs])
( objs => obj )
The text was updated successfully, but these errors were encountered: