Django - Serialize an object with an object whitin

后端 未结 0 1332
醉话见心
醉话见心 2020-12-31 10:11

guys, I can\'t figure out how to do the following:

I need to serialize a post object. If I do:

return JsonResponse([post.serialize() for post in posts]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题