django tastypie update two models
问题 I have a problem with tastypie regarding updates to two models with one (POST) api call. We have two models, an user model and a candidate model which references the user model. We want to publish the candidate model via the api interface, but want to hide the user model. So, as a first step I merge the user model fields with the candidate model fields in the dehydrate process. This is working completly fine. The problem is, that I can't figure out, how to do it the other way round (hydrate