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?