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
I want to create a uuid using uuid = serializers.UUIDField(default=uuid4) if one isn't provided but the data entered via the form is an empty string which is not treated as an empty value thus returns a error response.