Wael Kaddoura

Results 2 comments of Wael Kaddoura

I guess this happens because, in the `update_or_create_reverse_relations` method, the `related_data` is got from `self.get_initial()` which will be an empty `OrderedDict`, since the `initial_data` in the case of creating multiple...

Does the `self.get_initial()` in the `create` of BaseNestedListSerializer work if our main serializer has a PrimaryKeyRelatedField through a Foreign Key? 🤔