On Thu, 2007-05-03 at 13:56 +0000, [EMAIL PROTECTED] wrote: > I did try that, with the artist having a __str__ method. It > complained that it couldn't perform the join operation on a > ManyToManyManager. I don't have the precise error, but can post it > later. Thanks for the suggestion though.
To access the sequence of objects at the remote end of a ManyToManyField, you have to use self.artists.all(). I think that is the part you are overlooking here. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

