如何在使用rest_framework_nested时将Hyperlink添加到序列化程序

时间:2015-09-08 15:47:24

标签: python django django-rest-framework

一般情况下,我们可以使用serializers.HyperlinkedModelSerializer自动生成模型网址,网址将为localhost/users/{user_pk}

使用rest_framework_nested,预期的网址可能是localhost/users/{user_pk}/calendars/{calendar_pk},那么如何生成此类网址并将其添加到日历序列化工具中?

0 个答案:

没有答案