Django Admin: how to get the admin widget to appear for both models in a many-to-many relationship?
- by NP
In the Django docs, it says:
  By default, admin widgets for
  many-to-many relations will be
  displayed on whichever model contains
  the actual reference to the
  ManyToManyField
I want the widget to appear on the add/change page for both models in the relationship. How do I do that?