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 right place.

I want the function to magically appear like the get_XXXX_list/count
methods on the keyword table when I specify it has a 'tagfield'. what
magic do I need to add to my TagField class to get it to do this.

(TagField is defined here: http://svn.zilbo.com/svn/django/snippets/tag.py )

Thanks in advance
Ian.

--
[EMAIL PROTECTED] -- ++61-3-9877-0909
If everything seems under control, you're not going fast enough. -
Mario Andretti

Reply via email to