Christian

Results 4 comments of Christian

I agree with @auvipy and @tomchristie @gibsonbailey you can check out [django-rest-framework-extensions](https://chibisov.github.io/drf-extensions/docs/#partialupdateserializermixin) I think you can implement it directly in code as a new `BaseSerializer` others will inherit without even...

I had a similar issue trying to run tests that call the API while waiting synchronously. This was the solution I came up with 1. I created a `CustomAlgoliaIndex` class....