Changes between Version 2 and Version 3 of Ticket #27149, comment 5
- Timestamp:
- Aug 30, 2016, 7:40:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27149, comment 5
v2 v3 1 1 Exactly, timgraham. Thanks for clearing it up instead of me. :) 2 2 3 By the way, I've begun to use `QuerySet.extra` whenever there are some nested queries (i.e. more than one), to make execution faster.3 By the way, I've begun to use `QuerySet.extra` whenever there are some nested queries (i.e. more than one), and I think that execution is now noticeably faster than earlier.