Can I show a grouped result in Django Admin? By default, they are showing all rows, I want to group these rows based on some fields, and display it.
Something like "GROUP BY Artista" or stuff. I've tried to search but no luck :(
Can I show a grouped result in Django Admin? By default, they are showing all rows, I want to group these rows based on some fields, and display it.
Something like "GROUP BY Artista" or stuff. I've tried to search but no luck :(