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
When calling the create_user function on the RegisterUserSerializer the field 'username' is passed.
Django Oscar's abstract User model does not use the username field.
Possibly remove this from the serializer and allow the user to override if they are not using this model.
The text was updated successfully, but these errors were encountered:
When calling the create_user function on the RegisterUserSerializer the field 'username' is passed.
Django Oscar's abstract User model does not use the username field.
Possibly remove this from the serializer and allow the user to override if they are not using this model.
The text was updated successfully, but these errors were encountered: