Greg_IAP wrote: > Hello, > > i'm trying to understand how the method "select_related" works and it > doesn't seems to... > > Does someone could explain to me how to make it work? > several examples on the net show that it doesn't...
just a small note: if you use select_related, make sure that you are not using the optional depthversion, like "select_related(4)", because that version is broken, and will return wrong data. gabor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
