[Answered ]-Django rest update (and partial_update) after retrieve action

2👍

This is because the browsable API needs to get the serializers to display the update forms plus some permissions.
As one may define different serializers based on the action, the API has to query each of them.

Leave a comment