daat-hamakom / data

Da'at Hamakom Data Models and Backend Admin
Other
1 stars 0 forks source link

Workaround to show M2M fields in list_display #49

Open josefspr opened 9 years ago

josefspr commented 9 years ago

type, published

josefspr commented 9 years ago

forgot field events/place like before, sorry...

yuvadm commented 9 years ago

@josefspr we can't have a ManyToMany fields in the list view since they are not a single value but rather many values that are undefined in this context. This applies to all M2M fields in all the list views.

josefspr commented 9 years ago

so how can one browse the annotations in the list view ?

yuvadm commented 9 years ago

@josefspr Indeed this is a problem for annotations, since they don't have anything else to describe them. I'm looking for a workaround.