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
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