1. 15 Oct, 2011 1 commit
    • Optimize the query in `bulk_lookup_kwargs` for QuerySet args. · 5a9338ae
      When passing a QuerySet to bulk_lookup_kwargs(), the queryset was
      undesirably executed to get a list of IDs. This causes an unnecessary
      performance loss.
      
      There is no need to loop over a QuerySet to execute a IN (1, 3, 4) query.
      Instead, just allow the ORM and database to execute a IN (SELECT id FROM ..) query.
      In a real life app with a large set of objects, the difference in performance is noticeable.
      Diederik van der Boor committed
  2. 15 Mar, 2011 2 commits
  3. 14 Feb, 2011 2 commits
  4. 06 Feb, 2011 1 commit
  5. 17 Jan, 2011 2 commits
  6. 18 Dec, 2010 2 commits
  7. 17 Dec, 2010 2 commits
  8. 16 Dec, 2010 8 commits
  9. 19 Oct, 2010 2 commits
  10. 17 Oct, 2010 1 commit
  11. 05 Oct, 2010 1 commit
  12. 02 Oct, 2010 2 commits
  13. 28 Sep, 2010 1 commit
  14. 27 Sep, 2010 2 commits
  15. 25 Sep, 2010 3 commits
  16. 24 Sep, 2010 1 commit
  17. 21 Sep, 2010 3 commits
  18. 20 Sep, 2010 1 commit
  19. 19 Sep, 2010 3 commits