On select_related()

Published on March 23, 2010, 3:02 p.m.

If you use Django, and your models have relationships that span across multiple tables, you need to read this: http://docs.djangoproject.com/en/dev/ref/models/querysets/#id4

select_related() is awesome.

That is all.
comments powered by Disqus