Actions
Task #5693
closedWhitelist the specific objects in pulpcore.plugin.__init__
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
The plugin API is a little unclear given that there are many objects actually importable from pulpcore.app.plugin, but we only intend for Plugin writers to use a specific set of them.
These should be named in an all method or pulpcore.plugin.__init__ somehow.
Actions
Use
BaseModel
instead ofModel
pulpcore changed the name of
Model
toBaseModel
. This PR updated pulp_rpm to do the same.Required PR: https://github.com/pulp/pulpcore/pull/421
https://pulp.plan.io/issues/5693 closes #5693