О
Size: a a a
О
PA
BrowsableAPIRenderer
без проблем создаются новые записи, а вот если через postman аналогичный запрос отправляю - ошибка.TypeError
when calling Order.objects.create()
. This may be because you have a writable field on the serializer class that is not a valid argument to Order.objects.create()
. You may need to make the field read-only, or override the OrderDetailSerializer.create() method to handle this correctly.This may be because you have a writable field on the serializer class that is not a valid argument to Order
R
PA
PA
PA
PA
PA