Changes between Initial Version and Version 2 of Ticket #11082
- Timestamp:
- May 12, 2009, 11:43:10 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11082
- Property Milestone → 1.1
- Property Triage Stage Unreviewed → Accepted
- Property Version 1.1-beta-1 → SVN
-
Ticket #11082 – Description
initial v2 9 9 don't confuse which queries go with which python statements). Version 10 10 and platform info follows: 11 11 {{{ 12 12 >>> baz=Publisher.objects.all() 13 13 >>> for s in Series.objects.filter(publisher__in=baz): … … 19 19 ... pass 20 20 ... 21 21 }}} 22 {{{ 22 23 090509 19:30:22 332 Query select count(*) from core_issue 23 090509 19:30:28 374 Query SELECT * FROM `core_series` WHERE 24 `core_series`.`publisher_id` IN (SELECT U0.`id` FROM `core_publisher` 25 U0) ORDER BY `core_series`.`name` ASC, `core_series`.`year_began` ASC 24 090509 19:30:28 374 Query SELECT * FROM `core_series` WHERE `core_series`.`publisher_id` IN (SELECT U0.`id` FROM `core_publisher` U0) ORDER BY `core_series`.`name` ASC, `core_series`.`year_began` ASC 26 25 090509 19:30:41 332 Query select count(*) from core_issue 27 090509 19:30:54 374 Query SELECT * FROM `core_publisher` 28 ORDER BY `core_publisher`.`name` ASC 29 090509 19:30:55 374 Query SELECT * FROM `core_series` WHERE 30 NOT (`core_series`.`publisher_id` IN (SELECT U0.`id` FROM 31 `core_publisher` U0)) ORDER BY `core_series`.`name` ASC, 32 `core_series`.`year_began` ASC 26 090509 19:30:54 374 Query SELECT * FROM `core_publisher` ORDER BY `core_publisher`.`name` ASC 27 090509 19:30:55 374 Query SELECT * FROM `core_series` WHERE NOT (`core_series`.`publisher_id` IN (SELECT U0.`id` FROM `core_publisher` U0)) ORDER BY `core_series`.`name` ASC, `core_series`.`year_began` ASC 28 }}} 33 29 Version stuff: 34 30 Django 1.1 beta 1