We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7277344 + 783f3aa commit 95b4426Copy full SHA for 95b4426
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