Changes between Initial Version and Version 1 of Ticket #24385, comment 3
- Timestamp:
- Feb 22, 2015, 6:45:39 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24385, comment 3
initial v1 28 28 so 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()}}}: 29 29 {{{ 30 rows = app_models.Row.objects.filter(tags__in=[t0, t1] 30 rows = app_models.Row.objects.filter(tags__in=[t0, t1]) 31 31 list(rows) 32 32 }}}