Showing 666 of 1,371 total issues
Avoid too many return
statements within this function. Open
Open
return Response(response_data, status.HTTP_406_NOT_ACCEPTABLE)
Avoid too many return
statements within this function. Open
Open
return Response(response_data, status.HTTP_406_NOT_ACCEPTABLE)
Avoid too many return
statements within this function. Open
Open
return Response(response_data, status.HTTP_406_NOT_ACCEPTABLE)
Avoid too many return
statements within this function. Open
Open
return Response(response_data, status=status.HTTP_406_NOT_ACCEPTABLE)
Avoid too many return
statements within this function. Open
Open
return Response(
Avoid too many return
statements within this function. Open
Open
return Response(response_data, status.HTTP_406_NOT_ACCEPTABLE)
Avoid too many return
statements within this function. Open
Open
return Response(response_data, status=status.HTTP_400_BAD_REQUEST)
Avoid too many return
statements within this function. Open
Open
return Response(status=status.HTTP_204_NO_CONTENT)
Avoid too many return
statements within this function. Open
Open
return Response(serializer.errors, status=status.HTTP_400_BAD_REQUEST)
Avoid too many return
statements within this function. Open
Open
return Response(status=status.HTTP_201_CREATED)
Avoid too many return
statements within this function. Open
Open
return Response(
Avoid too many return
statements within this function. Open
Open
return Response(response_data, status=status.HTTP_201_CREATED)
Avoid too many return
statements within this function. Open
Open
return
Avoid too many return
statements within this function. Open
Open
return Response(
Avoid too many return
statements within this function. Open
Open
return Response(
Avoid too many return
statements within this function. Open
Open
return Response(response_data, status=status.HTTP_202_ACCEPTED)
Avoid too many return
statements within this function. Open
Open
return Response(
Avoid too many return
statements within this function. Open
Open
return Response(response_data, status=status.HTTP_406_NOT_ACCEPTABLE)
Avoid too many return
statements within this function. Open
Open
return Response(response_data, status=status.HTTP_406_NOT_ACCEPTABLE)
Avoid too many return
statements within this function. Open
Open
return Response(response_data, status.HTTP_406_NOT_ACCEPTABLE)