Skip to content

Commit

Permalink
fix: ProcessTmpl is not JSON serializable (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
narasux authored May 26, 2023
1 parent 7813d67 commit 7bd3ed8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ class DeploymentForListSLZ(serializers.ModelSerializer):

class Meta:
model = Deployment
fields = '__all__'
exclude = ('procfile', 'processes', 'hooks')

0 comments on commit 7bd3ed8

Please sign in to comment.