I am trying to create a Many2Many field that has a Reference field on one side. I need a Reference because I have several models that all inherit from a mix-in (they model similar things and have numerous fields in common), and the Many2Many needs to be able to point to instances of any of them.
I've tried writing the Many2Many as normal, but am getting the error: "'Reference' object has no attribute 'get_target'".
Any thoughts on what I may be missing? Thank you, in advance.