Skip to content

Commit

Permalink
Added tags to serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebrownlee committed Feb 19, 2024
1 parent e57ceff commit 2106282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LearningAPI/views/student_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ class CohortStudentSerializer(serializers.Serializer):
score = serializers.IntegerField()
notes = serializers.ListField()
proposals = serializers.ListField()
tags = serializers.ListField()

def get_avatar(self, obj):
github = obj.user.socialaccount_set.get(user=obj['id'])
Expand Down

0 comments on commit 2106282

Please sign in to comment.