Re: views, templates, render and groups

2009-01-29 Thread garagefan
ok... i'm trying to use exclude in the query set to get this to work. I'm not entirely sure how my logic should go though... especially since i would be comparing to lists that would result in <> not being usable... since a user and a group won't contain the same set of groups. is it possible to

views, templates, render and groups

2009-01-19 Thread garagefan
pretty vague title i know... Can I return a query set via foo.object.filter() where in filter i check a manytomany field in foo against the group field for a user? I guess a way to use a group as a permission? IE: An article that would normally appear with a ton of other articles, in a ManyToM