Skip to content

Commit

Permalink
Merge pull request pulp#90 from daviddavis/issue4678
Browse files Browse the repository at this point in the history
Expose publication models
  • Loading branch information
daviddavis committed Apr 23, 2019
2 parents b78adc4 + eec3d30 commit dcf7f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pulpcore/plugin/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
NestedIdentityField,
NestedRelatedField,
RemoteSerializer,
PublicationSerializer,
PublisherSerializer,
RelatedField,
RepositorySyncURLSerializer,
Expand Down
1 change: 1 addition & 0 deletions pulpcore/plugin/viewsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
ContentGuardViewSet,
ContentViewSet,
NamedModelViewSet,
PublicationViewSet,
PublisherViewSet,
RemoteFilter,
RemoteViewSet
Expand Down

0 comments on commit dcf7f9f

Please sign in to comment.