The documentation states: "It doesn't matter which model gets the ManyToManyField, but you only need it in one of the models -- not in both."
See this example: http://www.djangoproject.com/documentation/models/many_to_many/ So how come the article objects in this example don't have a get_publication_count() and get_publiction()? See Gary's comment as well. -janr

