Changes between Initial Version and Version 1 of Ticket #33225
- Timestamp:
- Oct 23, 2021, 9:48:58 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33225 – Description
initial v1 21 21 * The `__in` lookup passing through a relationship defined on the parent model 22 22 * The `filter()` on an `OuterRef` 23 * The use of `order_by()` 23 * The use of `order_by()` (`distinct(*fields)` may be substituted) 24 24 25 25 The error also occurs if `values('supplier__pk')` is used as would be semantically correct.