mlachowski

Results 2 comments of mlachowski

At the beginning I had custom View with list of excluded fields and other settings but then I tried raw approach without any settings and this error still occurs. ```...

After some more digging it seems like the issue is here: ``` self.model.validate(...) ``` Because pydantic expects to have the `_id` field during model validation.