Re: Queryset filter on foreign key

2009-12-11 Thread Daniel Roseman
On Dec 11, 3:33 am, Mark Schuuring wrote: > Hey Daniel, > First of all thanks a lot for your response. You understood it right > that i just want to split up the columns by the blog id so the > defintion of blogs_one and blogs_two was really helpful, thanks. So in > the shell i found out the blogs

Re: Queryset filter on foreign key

2009-12-10 Thread Mark Schuuring
Hey Daniel, First of all thanks a lot for your response. You understood it right that i just want to split up the columns by the blog id so the defintion of blogs_one and blogs_two was really helpful, thanks. So in the shell i found out the blogs_x sort the posts. But unfortunately i can't get it s

Re: Queryset filter on foreign key

2009-12-08 Thread Daniel Roseman
On Dec 8, 2:47 am, GoSantoni wrote: > Guys, i'm struggling with this problem for more than a week now. My > goal is to use a queryset filter with a foreign key. > Issues are > 1) column generates a list, what is the right way to get the blog id > for a post? So whether the post belongs to blog  1