WritableNestedModelSerializer won't work when there is a foreign key relation with a unique constraint con the child model. <img width="831" alt="screen shot 2018-08-29 at 9 15 11 am" src="https://user-images.githubusercontent.com/13371348/44790066-4bb87e80-ab6c-11e8-8568-e28bebc90c55.png"> <img width="744" alt="screen shot 2018-08-29 at 9 17 57 am" src="https://user-images.githubusercontent.com/13371348/44790132-7c98b380-ab6c-11e8-8aa7-5db97371814e.png"> I already tried the mixin UniqueFieldsMixin, but it does not work either.