Vadim Laletin

Results 124 comments of Vadim Laletin

Hello, @KeithM23! The only way is to use `parent_serializer.save(child={'role': 'some_role_thats_specific_to_parentserializer'})` outside the serializer.

Hi! Thanks for the contribution. Could you please add tests for your use case?

Hello @stygmate. Could you please provide an example with some code where do you need this behaviour?

Hello @claytondaley! Thank you for the interesting thoughts. Your approach is in style of others drf fields and it looks flexible. I think it will be good if we can...

Hello @Lynges! Could you please create a PR with failing test? It will help us to debug and fix your issue.

> For nested Serializers, you'll probably want to set `exclude = (parent,)` on the child `Meta` so as not to require it. I agree. > > For nested Serializers, you'll...

Hello @beautifulDrifter! The latest version 4.0.2 contains the fix of the problem with OneToOne updating without specifying id. I will appreciate if you check your code with the latest version...

Hello @Martin317! Could you please share the request data you are passing to the serializer?

Hello @tsunday! Could you please provide an example with real code?

Hello @zero-master! The latest version 4.0.2 contains the fix of the problem with OneToOne updating without specifying id. I will appreciate if you check your code with the latest version...