I forgot to mention, from a shell I can access the M2M property fine,
so it seems like a template problem:

>>> p = Person.objects.get(pk=1)
>>> p
<Person: Chris>
>>> p.projects
<django.db.models.fields.related.ManyRelatedManager object at
0x00CF0D10>
>>> p.projects.all()
[<Task: Task object>]


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to