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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19073, comment 4

    initial v1  
    44
    55Re-closing as worksforme.
     6
     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