> anyone can help show columns from list and listi18n? I tried extra but It > doesn't allow me to pass things like category_list.*
You retrieve and populate data from one model in django, no more than that. Select related allows you to avoid lookups on objects related to the initial model. -- Andy McKay [email protected] twitter: @andymckay -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

