Changes between Version 1 and Version 2 of Ticket #19073, comment 4


Ignore:
Timestamp:
Jan 7, 2013, 7:14:38 AM (11 years ago)
Author:
Anssi Kääriäinen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19073, comment 4

    v1 v2  
    55Re-closing as worksforme.
    66
    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.
     7EDIT: 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.
Back to Top