Changes between Initial Version and Version 1 of Ticket #33225


Ignore:
Timestamp:
Oct 23, 2021, 9:48:58 PM (3 years ago)
Author:
InvalidInterrupt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33225 – Description

    initial v1  
    2121* The `__in` lookup passing through a relationship defined on the parent model
    2222* The `filter()` on an `OuterRef`
    23 * The use of `order_by()`
     23* The use of `order_by()` (`distinct(*fields)` may be substituted)
    2424
    2525The error also occurs if `values('supplier__pk')` is used as would be semantically correct.
Back to Top