Experiment put may fail due to spur PUT calls
This issue appears currently only with Safari.
When accessing an experiment it sometimes sends a PUT command that does not follow through but still runs through enough of the machinery to trigger an error.
The error comes from the fact that the writing serializer class is set to None as the put
handling is currently custom implemented unlike the other subclasses of RetrieveUpdateDestroyContributionView.