I have a many to many relationship between 2 tables Users an Domains. I have defined this relationship in the Domains class. So in the admin interface I see the Users when
For people who still bump into this, it might be worth checking https://github.com/kux/django-admin-extend
It provides a mechanism for injecting bidirectional many-to-many fields in ModelAdmins that have already been defined by other apps.