When using regular Django forms, there is this common pattern where we save the ... serializer = InvoiceSerializer(data=request.data) if ...
確定! 回上一頁