Re: using ORM Parent->child rendering inside a template

2009-10-27 Thread Juan Hernandez
On Tue, Oct 27, 2009 at 3:39 PM, Ramiro Morales wrote: > > Have you actually tried doing so? LOL!!! somehow I didn't do it correctly!! That's the way to do it! Thanx :D --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: using ORM Parent->child rendering inside a template

2009-10-27 Thread Ramiro Morales
On Tue, Oct 27, 2009 at 4:57 PM, Juan Hernandez wrote: > but, what if i wanted to go the other way as I can do it in python/django with > "_set"?? Something like {{ x.comment_set.count }} (being x a post iterator). > Have you actually tried doing so? > I can do it with python and I can get the