How OuterRef works in django?

后端 未结 0 770
孤城傲影
孤城傲影 2021-01-05 01:02

Im not able to understand how really OuterRef in django ORM works. For example:

    Table.objects.filter(field=OuterRef("pk"))

What

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