how do i get both sides of a many2many relation to appear in the admin screens?
using the model in this doc as an example:- http://www.djangoproject.com/documentation/models/many_to_many/ out of the box the admin screen for an Article will contain a field for the publications it belongs to - i want the Publication screen to contain a field for the articles that belong to it any ideas?