HackSoftware / Django-Styleguide

Django styleguide used in HackSoft projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API example views return serializer instead of the serializer's data

knasti opened this issue · comments

Hey,

Awesome project, really helped me structure my code in a favorable manor.

I was mimicking the behavior of the List and Detail API views. It seems that they return the actual serializer instead of the serializer's.

image

I did this:
image

@knasti Ah, yes, we've missed that. Good catch 👌

PR with fix is coming soon.

Resolved by #25

Thank you for opening the issue, @knasti .