Changes between Initial Version and Version 1 of Ticket #19073, comment 4
- Timestamp:
- Jan 7, 2013, 7:14:19 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19073, comment 4
initial v1 4 4 5 5 Re-closing as worksforme. 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.