Changeset 0e2426b for asadb/template

Timestamp:
Nov 29, 2013, 1:56:00 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, stable, stage
Children:
429e162
Parents:
8a6faa1
git-author:
Alex Dehnert <adehnert@…> (11/29/13 01:56:00)
git-committer:
Alex Dehnert <adehnert@…> (11/29/13 01:56:00)
Message:

Save some unnecessary queries with select_related

Computing how many people have confirmed still requires O(n) queries, but at
least this gets rid of a few of the things that required O(n) queries.

(No files)

Note: See TracChangeset for help on using the changeset viewer.