Changes between Version 1 and Version 2 of Ticket #19073, comment 4
- Timestamp:
- Jan 7, 2013, 7:14:38 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19073, comment 4
v1 v2 5 5 Re-closing as worksforme. 6 6 7 EDIT: As a workaround you can add a filter like : Q(b__c__a__isnull=True)|Q(b__c__a__isnull=False)to the query. The filter doesn't actually filter anything out but it forces a LEFT join for the problematic join.7 EDIT: As a workaround you can add a filter like `Q(b__c__a__isnull=True)|Q(b__c__a__isnull=False)` to the query. The filter doesn't actually filter anything out but it forces a LEFT join for the problematic join.