How to resolve a field path like (document__owner__name__contains
), as it would be passed to .filter()
, to its target field (which here is document.owner.name
here) ?
How to resolve a field path (as passed to the QuerySet.filter method) to the target field in django?
Asked
Active
Viewed 18 times
0

hl037_
- 3,520
- 1
- 27
- 58