On select_related()

Published on 2010-03-23 15:02:00+00:00
Python   awesome   django   web  

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.