Issue #7154
closedPlease provide either 'view_name' or 'view_name_pattern' for DetailRelatedField on _call_with_frames_removed
Description
When running anything Pulp (pulpcore-manager, services) I see the following warning on stderr:
pulp: pulpcore.app.serializers.base:WARNING: Please provide either 'view_name' or 'view_name_pattern' for DetailRelatedField on _call_with_frames_removed.
This is with Pulpcore 3.4.1 installed via Foreman's RPMs:
$ rpm -qa | grep pulp python3-pulp-file-1.0.1-1.el7.noarch pulpcore-selinux-1.0.0-2.el7.x86_64 python3-pulp-container-1.4.1-1.el7.noarch python3-pulp-2to3-migration-0.2.0-0.1.b3.el7.noarch python3-pulp-rpm-3.4.1-2.el7.noarch python3-pulp-certguard-0.1.0-0.2.rc5.el7.noarch python3-pulpcore-3.4.1-1.el7.noarch
Related issues
Updated by fao89 over 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 77
Updated by ggainey about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ggainey
Updated by ggainey about 4 years ago
- Project changed from File Support to Migration Plugin
Problem comes from pulp_2to3_migration/app/serializers::Pulp2ContentSerializer.pulp3_content - moving the issue to the right project
Added by ggainey about 4 years ago
Added by ggainey about 4 years ago
Revision 9370cfba | View on GitHub
Added appropriate view_name_pattern for Pulp2ContentSerializer.pulp3_content.
fixes #7154
Added by ggainey about 4 years ago
Revision 9370cfba | View on GitHub
Added appropriate view_name_pattern for Pulp2ContentSerializer.pulp3_content.
fixes #7154
Updated by ggainey about 4 years ago
- Status changed from ASSIGNED to MODIFIED
Applied in changeset pulp:pulp-2to3-migration|9370cfba45322ce6a46e201c94a4294b967c6f5c.
Updated by ttereshc about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by gerrod over 3 years ago
- Related to Issue #8678: Provide 'view_name' warning when using the all in one container added
Added appropriate view_name_pattern for Pulp2ContentSerializer.pulp3_content.
fixes #7154