Re: Displaying in template ManyToMany

2008-06-28 Thread dxLogan
It's working now, such simple syntax. =) Thank you very much for your help, I've been unable to find that command. On Jun 28, 3:39 pm, Daniel Roseman <[EMAIL PROTECTED]> wrote: > On Jun 28, 5:35 am, dxLogan <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > > I am a new user to Django. It's great

Re: Displaying in template ManyToMany

2008-06-28 Thread Daniel Roseman
On Jun 28, 5:35 am, dxLogan <[EMAIL PROTECTED]> wrote: > Hi all, > > I am a new user to Django. It's great =) I have to first commend that. > > Anyway, I have a question about ManyToMany. Suppose I got object like > Email, and with a ManyToMany relationship with Recipients. > > I couldn't do this

Displaying in template ManyToMany

2008-06-27 Thread dxLogan
Hi all, I am a new user to Django. It's great =) I have to first commend that. Anyway, I have a question about ManyToMany. Suppose I got object like Email, and with a ManyToMany relationship with Recipients. I couldn't do this in template : context = {'emails':emails.objects.all()