I do, however, see methods for **set_relatedclass** when I dir the primary class. The documentation, to the best of my knowledge, doesn't mention how to use these methods.
Check out http://www.djangoproject.com/documentation/models/ many_to_many/. The basic syntax is ``obj.set_realtedclasses (list_of_related_class_ids)``.
Jacob