Relative Content

Tag Archive for djangodjango-rest-frameworkgroup-by

Django drf Serialize group by model field

Django drf Serialize group by model field
I have drf endpoint i get this result, but i want to group this result by model field product_type, how i can implement this? i tryed like in this answer DRF: Serializer Group By Model Field
but it didn’t help me