We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1caabc commit 783f3aaCopy full SHA for 783f3aa
1 file changed
pulp_python/app/serializers.py
@@ -322,6 +322,7 @@ class PythonPublicationSerializer(core_serializers.PublicationSerializer):
322
help_text=_('This publication is currently being hosted as configured by these '
323
'distributions.'),
324
source="python_pythondistribution",
325
+ view_name="filedistributions-detail",
326
many=True,
327
read_only=True,
328
)
0 commit comments