I followed Karen and TiNo's suggestion and added this to the Product
class:
def __unicode__(self):
return ("%s | %s") % (self.title, self.language)
It works. When listing products in classes that have "product" as a
ManyToManyField, it lists them in the select box, just as I wanted.
But I was expecting something in the Admin model that would allow it.
I've been reading the documentation and there's no reference to this.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---