We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2a23fe + 0327679 commit d2cdc73Copy full SHA for d2cdc73
1 file changed
users/serializers.py
@@ -8,7 +8,6 @@ class AchievementListSerializer(serializers.ModelSerializer):
8
class Meta:
9
model = UserAchievement
10
fields = ["id", "title", "status"]
11
- # extra_kwargs = {"user": {"write_only": True}}
12
ref_name = "Users"
13
14
@@ -76,6 +75,7 @@ class Meta:
76
75
"patronymic",
77
"birthday",
78
"speciality",
+ "about_me",
79
"avatar",
80
"city",
81
"is_active",
0 commit comments