I\'m using Django 2.2.x and djangorestframework 3.11.1.
Inside a ModelViewSet I had to override the .create() method to customize the default behavior.
Sometim