Actions
Issue #7759
closedExpose ProgressReportSerializer on pulpcore.plugin
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Currently to import ProgressReportSerializer it needs to be loaded from pulpcore.app
For plugins it would be nice to have it under pulpcore.plugin
namespace.
Actions
Expose ProgressReportSerializer on pulpcore.plugin
Currently it is only possible to import ProgressReportSerializer through
pulpcore.app.serializers
and it is useful to have it onpulpcore.plugin.serializers
Related PR: https://github.com/ansible/galaxy_ng/pull/526
closes #7759