You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce, use a DRF ModelSerializer subclass with a model containing an S3FileField. Add the file field name to the Meta.fields value, then use the serializer in a ModelViewSet.
Go to the swagger page and show the POST (create) method for the model. The S3FF field will be listed as "readonly".
The text was updated successfully, but these errors were encountered:
To reproduce, use a DRF ModelSerializer subclass with a model containing an S3FileField. Add the file field name to the
Meta.fields
value, then use the serializer in aModelViewSet
.Go to the swagger page and show the POST (create) method for the model. The S3FF field will be listed as "readonly".
The text was updated successfully, but these errors were encountered: