Skip to content

Commit

Permalink
read_only=True
Browse files Browse the repository at this point in the history
fixes: pulp#1612
  • Loading branch information
jerabekjiri committed Oct 19, 2023
1 parent 275468d commit dfed16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp_ansible/app/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class TagSerializer(serializers.ModelSerializer):
A serializer for the Tag model.
"""

count = serializers.IntegerField()
count = serializers.IntegerField(read_only=True)

class Meta:
model = Tag
Expand Down

0 comments on commit dfed16c

Please sign in to comment.