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
Im passing a Django Serializer which inherit from rest_framework.serializers.Serializer, but when Im typing a wrong value in the swagger page, Im getting "Value must be a Guid" Error.
Why Guid and not Uuid?
The text was updated successfully, but these errors were encountered:
Hi,
Im passing a Django Serializer which inherit from
rest_framework.serializers.Serializer
, but when Im typing a wrong value in the swagger page, Im getting "Value must be a Guid" Error.Why
Guid
and notUuid
?The text was updated successfully, but these errors were encountered: