You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: