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 django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to