Skip to content

Commit 8e85f18

Browse files
committed
Переработан ProjectDetailSerializer в соответствии с новыми полями в модели Project
1 parent 868defd commit 8e85f18

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

projects/serializers.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ class Meta:
130130
"cover",
131131
"cover_image_address",
132132
"partner_programs_tags",
133+
"track",
134+
"direction",
135+
"specialty",
136+
"actuality",
137+
"goal",
138+
"problem",
133139
]
134140
read_only_fields = [
135141
"leader",

0 commit comments

Comments
 (0)