Changes between Version 3 and Version 4 of Ticket #26056, comment 6


Ignore:
Timestamp:
Apr 23, 2017, 12:18:08 PM (7 years ago)
Author:
Alex Krupp

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26056, comment 6

    v3 v4  
    55A.objects.filter(array_field__overlap=Subquery(qs_b.values_list('id', flat=True)))
    66}}}
     7
     8EDIT: This approach does not work.
Back to Top