Skip to content

Commit

Permalink
Remove created from fields tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Sep 13, 2021
1 parent d01ba72 commit c79c39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ynr/apps/people/api/next/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Meta:
class ContactDetailSerializer(serializers.ModelSerializer):
class Meta:
model = popolo_models.ContactDetail
fields = ("contact_type", "label", "note", "value", "created")
fields = ("contact_type", "label", "note", "value")

last_updated = serializers.DateTimeField(source="modified")

Expand Down

0 comments on commit c79c39d

Please sign in to comment.