Skip to content

Commit

Permalink
chore: exclude 'polymorphic_ctype'
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Apr 15, 2024
1 parent 11a046a commit 6ca6c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/api/serializers/submission_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ class Meta:
class StructureCheckResultSerializer(serializers.ModelSerializer):
class Meta:
model = StructureCheckResult
fields = "__all__"
exclude = ["polymorphic_ctype"]


class ExtraCheckResultSerializer(serializers.ModelSerializer):
class Meta:
model = ExtraCheckResult
fields = "__all__"
exclude = ["polymorphic_ctype"]


class CheckResultPolymorphicSerializer(PolymorphicSerializer):
Expand Down

0 comments on commit 6ca6c0f

Please sign in to comment.