mirror of
https://github.com/suitenumerique/docs.git
synced 2026-05-08 16:12:26 +02:00
The frontend application is making PATCH request with an empty body. This PATCH request is not making any change but an UPDATE sql query is made, the `updated_at` field is the only one updated. When can skip this save in the databse by returning the Document instance in the serializer update method