Issue 48: select_related() isn't used, causing excess queries
Status:  Fixed
Owner:
Closed:  Dec 2008
Project Member Reported by rwpoul...@gmail.com, Dec 4, 2008
Most views aren't using select_related() appropriately (mainly due to using
get_object_or_404) and as such there are too many queries.

EG in a thread view, a separate 'user' query is done for each post to show
the username.
Dec 4, 2008
Project Member #1 rwpoul...@gmail.com
Fixed in SVN r29.
Status: Fixed