This pull request adds support for posting embedded relations back to the server. It's a quite small change to the serializer to check if embedded = 'always' and if so add the serialized related object instead of the url.
thanks for this! I am merging it in now. Also, could you provide a unit test to check that future changes don't break this feature? Or help me creating one?
This pull request adds support for posting embedded relations back to the server. It's a quite small change to the serializer to check if embedded = 'always' and if so add the serialized related object instead of the url.