In One to Many relations I was accessing Parent fields with __. For example if Child had Parent then I can have: `list_display =['Parent__ParentField']` This does not seem to be working with django-material ModelViewSet
In One to Many relations I was accessing Parent fields with __.
For example if Child had Parent then I can have:
list_display =['Parent__ParentField']This does not seem to be working with django-material ModelViewSet