Changes between Initial Version and Version 2 of Ticket #26056


Ignore:
Timestamp:
Jan 8, 2016, 11:50:09 AM (8 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26056

    • Property Triage Stage UnreviewedAccepted
    • Property Type BugNew feature
    • Property Version 1.9master
  • Ticket #26056 – Description

    initial v2  
    22
    33{{{#!python
    4 A.objects.filter(array_field__overlap=B.objects.filter(foo))
     4A.objects.filter(array_field__overlap=B.objects.filter(foo).values_list('id', flat=True))
    55}}}
    66
Back to Top