2019-06-06 django-rest-framework

添加 manytomany 对象, SerializerModelSerializer 是最方便的, 如果使用 HyperlinkedModelSerializer 则 manytomany 应该传递的是对象的 link

2019-06-06 django-rest-framework_第1张图片
image.png

否则会报错: type error expected url string received int or 类型错误。期望为URL字符串,实际的类型是 int。

参考连接: https://stackoverflow.com/questions/36456328/django-throwing-incorrect-type-expected-url-string-on-api-call

你可能感兴趣的:(2019-06-06 django-rest-framework)