dvinegla

Results 1 issues of dvinegla

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...