折腾了半天也没弄好
在代码里是这样的
@receiver(signal=m2m_changed, sender=User.followings.though)
会报这个错
AttributeError: 'ReverseManyRelatedObjectsDescriptor' object has no attribute 'though'
然而在 console 里却不会报错
User.followings.through
<class 'frelanvo_auth.models.User_followings'>
求各位大佬指教啊