s3_url=serializers.SerializerMethodField(read_only=True,help_text='Only returned if the user has **contributor** access to the model, and the model is available.')
s3_put_url=serializers.SerializerMethodField(read_only=True,help_text='Only returned if the user has **contributor** access to the model, and the model is **not** available.')
classMeta:
model=ModelVersion
...
...
@@ -152,7 +152,6 @@ class ModelVersionSerializer(serializers.ModelSerializer):