Skip to content

Commit

Permalink
Expose ProgressReportSerializer on pulpcore.plugin
Browse files Browse the repository at this point in the history
Currently it is only possible to import ProgressReportSerializer through
`pulpcore.app.serializers` and it is useful to have it on
`pulpcore.plugin.serializers`

Related PR: ansible/galaxy_ng#526

closes #7759
  • Loading branch information
rochacbruno authored and daviddavis committed Oct 28, 2020
1 parent adfd5a1 commit 32f8eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/plugin_api/7759.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Expose ProgressReportSerializer through `pulpcore.plugin`
1 change: 1 addition & 0 deletions pulpcore/plugin/serializers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
MultipleArtifactContentSerializer,
NestedRelatedField,
NoArtifactContentSerializer,
ProgressReportSerializer,
PublicationDistributionSerializer,
PublicationExportSerializer,
PublicationSerializer,
Expand Down

0 comments on commit 32f8eb9

Please sign in to comment.