django-polymorphic
django-polymorphic copied to clipboard
admin doesn't seem to work with intermediate join table for manytomany
I have many to many that uses through
and specifies a join table. The admin integration for Polymorphic inlines doesn't seem to function. Is this a known issue, or am I missing something?
Do you get error:
'ManyToManyField' object has no attribute '_m2m_reverse_name_cache'
...?