Changes between Initial Version and Version 1 of Ticket #34845, comment 7
- Timestamp:
- Sep 18, 2023, 9:28:31 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34845, comment 7
initial v1 1 1 Amin, you haven't provided the full picture here. 2 2 3 I'm not sure if you're using `FilteredRelation`, `extra`, or a third party application that does so explicitly for you but the ORM won't insert a `AND ("payment"."payable_type_id" = 30)` in the `JOIN` from a simple3 I'm not sure if you're using `FilteredRelation`, `extra`, or a third party application that does so implicitly for you but the ORM won't insert a `AND ("payment"."payable_type_id" = 30)` in the `JOIN` from a simple 4 4 5 5 {{{#!python