Im not able to understand how really OuterRef in django ORM works. For example:
Table.objects.filter(field=OuterRef("pk"))
What