Re: how to return a collection

2005-11-06 Thread Adrian Holovaty
On 11/6/05, Ian Holsman <[EMAIL PROTECTED]> wrote: > I would like to write a function on my 'tag' table which will return > the keywords that each contain a set of tags. (where keywords and tags > in a many 2 many relationship). Looks like you answered your own question. :) http://code.djangopro

how to return a collection

2005-11-06 Thread Ian Holsman
Hi. I would like to write a function on my 'tag' table which will return the keywords that each contain a set of tags. (where keywords and tags in a many 2 many relationship). i don't have a problem coding the intersection function, but I do have a problem getting the function to live in the rig