Combine prefetch_related and pandas

后端 未结 0 1501
南旧
南旧 2021-01-14 06:26

I have a problem with converting a queryset with prefetch_related to a dataframe.

qs = Model1.objects.all().prefetch_related(Prefetch(\'model_2\', 
    querys         


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