Thank you, Daniel.
That makes sense now.
If the full objects are already there, then this should work great!
L J
On Apr 17, 4:07 am, Daniel Roseman wrote:
> On Tuesday, 17 April 2012 07:10:35 UTC+1, LJ wrote:
>
> > I am having trouble figuring out how to query the database and return
> > the resu
Thank you, Phang. I was not familiar with the locals() method, so I
may look into this.
L J
On Apr 17, 2:22 am, Phang Mulianto wrote:
> On Tue, Apr 17, 2012 at 2:10 PM, LJ wrote:
> > I am having trouble figuring out how to query the database and return
> > the results in a format that my templa
On Tuesday, 17 April 2012 07:10:35 UTC+1, LJ wrote:
>
> I am having trouble figuring out how to query the database and return
> the results in a format that my template can render appropriately.
> I have a model that has a ManyToMany field:
>
> class Student()
> ...
> parents = model
On Tue, Apr 17, 2012 at 2:10 PM, LJ wrote:
> I am having trouble figuring out how to query the database and return
> the results in a format that my template can render appropriately.
> I have a model that has a ManyToMany field:
>
> class Student()
> ...
> parents = models.ManyToManyFiel
I am having trouble figuring out how to query the database and return
the results in a format that my template can render appropriately.
I have a model that has a ManyToMany field:
class Student()
...
parents = models.ManyToManyField('parents.Parent', blank=True,
null=True)
...
The
5 matches
Mail list logo