2👍
✅
The M2M table is mapped to a model which is Person.connections.through
, so you could use
admin.site.register(Person.connections.through)
👤okm
Source:stackexchange.com