Actions
Task #8480
closedStory #8383: [EPIC] As a plugin writer I have the `repository`, `publication`, and `repository_version` fields on Distribution MasterModel
Rename `NewDistributionFilter` to `DistributionFilter`.
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
The name DistributionFilter
is the name we want, but unfortunately that name is take as part of machinery which will be deprecated with 3.12 but not actually removed until 3.13 at the earlier as part of this ticket. Because the name was taken we had to introduce NewDistribtionFilter
as the name instead.
This ticket is to do two things:
- Introduce the object named
pulpcore.plugin.viewset.NewDistributionFilter
aspulpcore.plugin.viewset.DistributionFilter
. - Deprecate the object named
pulpcore.plugin.viewset.NewDistributionFilter
. This will later be removed with Issue 8479.
Related issues
Actions
Adds DistributionFilter
This add
pulpcore.plugin.viewsets.DistributionFilter
to replacepulpcore.plugin.viewsets.NewDistributionFilter
. Thepulpcore.plugin.viewsets.NewDistributionFilter
is now deprecated and will emit warnings if used.closes #8480