Django Admin: how to get the admin widget to appear for both models in a many-to-many relationship?

Posted by NP on Stack Overflow See other posts from Stack Overflow or by NP
Published on 2010-05-18T00:33:10Z Indexed on 2010/05/18 0:40 UTC
Read the original article Hit count: 263

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?

© Stack Overflow or respective owner

Related posts about django-admin

Related posts about manytomanyfield