Issue #8678
closed
Provide 'view_name' warning when using the all in one container
Description
A user from pulp-dev was worried about this warning message appearing after changing the admin password to the all in one container. Pretty sure it's harmless, but it can scare users thinking that their installation isn't correct.
pulpcore.app.serializers.base:WARNING: Please provide either 'view_name' or 'view_name_pattern' for DetailRelatedField on _call_with_frames_removed.
- Related to Issue #6801: Please provide either 'view_name' or 'view_name_pattern' for DetailRelatedField on ModulemdSerializer. added
- Related to Issue #7154: Please provide either 'view_name' or 'view_name_pattern' for DetailRelatedField on _call_with_frames_removed added
- Triaged changed from No to Yes
- Sprint set to Sprint 96
This is not limited to the single container.
- Sprint changed from Sprint 96 to Sprint 97
- Sprint changed from Sprint 97 to Sprint 98
- Sprint changed from Sprint 98 to Sprint 99
- Sprint changed from Sprint 99 to Sprint 100
- Sprint changed from Sprint 100 to Sprint 101
- Sprint changed from Sprint 101 to Sprint 102
- Sprint changed from Sprint 102 to Sprint 103
- Sprint changed from Sprint 103 to Sprint 104
- Sprint changed from Sprint 104 to Sprint 105
- Sprint changed from Sprint 105 to Sprint 106
- Sprint changed from Sprint 106 to Sprint 107
- Sprint changed from Sprint 107 to Sprint 108
- Sprint changed from Sprint 108 to Sprint 109
- Sprint changed from Sprint 109 to Sprint 110
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
I think, this is a warning issued from the maven plugin.
- Project changed from Pulp to Maven Plugin
- Sprint changed from Sprint 110 to Sprint 111
- Status changed from ASSIGNED to MODIFIED
- Sprint/Milestone set to 0.3.2
Also available in: Atom
PDF
Use
view_name
in serializer to prevent a warningfixes #8678