我想在另一個序列化程序中使用序列化程序,所以我可以在頂層添加鍵值對,但看起來像當我這樣做時,較低級別的序列化程序不工作anymore- 我的文件: 上述ItemsController class ItemsController
def index
open_items = Items.
select("distinct on (open_item_id) *").
我試圖在request.data的表中添加額外的字段auth_token,但它給出了錯誤。錯誤是 - data['auth_token_id'] = auth_token TypeError: list indices must be integers or slices, not str 我的代碼如下: serializers.py class AppSerializer(serializers