It seems that the DetailModelView currently does not have to provision to hide fields. It always shows the all the fields of a model in the detail page.
We can use get_object_data method to override the fields to be displayed. But this doesn't seem to be a straightforward way.
It seems that the DetailModelView currently does not have to provision to hide fields. It always shows the all the fields of a model in the detail page.
We can use get_object_data method to override the fields to be displayed. But this doesn't seem to be a straightforward way.
Please advise if I am missing something.
Django-material version: 1.5.6