Skip to content

Commit

Permalink
Explicitly define ref_name on the serializer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ipanova committed Oct 15, 2019
1 parent 8d5f382 commit 8689733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/5562.bugfix
@@ -0,0 +1 @@
Explicitly define ref_name on the serializer.
1 change: 1 addition & 0 deletions pulp_docker/app/serializers.py
Expand Up @@ -41,6 +41,7 @@ class Meta:
'tagged_manifest',
)
model = models.Tag
ref_name = f'{model._meta.app_label}_{model._meta.model_name}'


class ManifestSerializer(SingleArtifactContentSerializer):
Expand Down

0 comments on commit 8689733

Please sign in to comment.