user short name serializer added username

This commit is contained in:
Kuroshini 2020-01-27 15:38:06 +03:00
parent 21006e77cb
commit bf60479c66

View File

@ -191,6 +191,7 @@ class UserShortSerializer(UserSerializer):
'id',
'fullname',
'email',
'username',
]