django-polymorphic icon indicating copy to clipboard operation
django-polymorphic copied to clipboard

admin doesn't seem to work with intermediate join table for manytomany

Open bryandunbar opened this issue 6 years ago • 1 comments

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?

bryandunbar avatar Feb 01 '19 17:02 bryandunbar

Do you get error:

'ManyToManyField' object has no attribute '_m2m_reverse_name_cache'

...?

diogosimao avatar Mar 06 '19 03:03 diogosimao