Changes between Initial Version and Version 1 of Ticket #24385, comment 3


Ignore:
Timestamp:
Feb 22, 2015, 6:45:39 AM (9 years ago)
Author:
Mark

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24385, comment 3

    initial v1  
    2828so mainly adding a DEBUG level logger for SQL queries, and recreating the objects in the setUp() method of the TestCase in the github repository. Then I tried the queries, obtaining this output, first without {{{distinct()}}}:
    2929{{{
    30 rows = app_models.Row.objects.filter(tags__in=[t0, t1]
     30rows = app_models.Row.objects.filter(tags__in=[t0, t1])
    3131list(rows)
    3232}}}
Back to Top