cavdailyonline / unicorn

CMS and front end app for student news publication
4 stars 5 forks source link

Tag/Author Serialization in Articles #47

Open jnayak1 opened 8 years ago

jnayak1 commented 8 years ago

ModelSerializer does not automatically support nested serialization. It works for GET but not PUT/POST/PATCH. In order to have nested serialization for Articles, we will need to overwrite the create method.