Closed anttimaki closed 11 months ago
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
17a2dde
) 92.51% compared to head (2b0fbd1
) 92.51%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Implement PackageVersionManager as QuerySet and add listed_in filter
Define Manager as a QuerySet to make the methods chainable by default. Add a new method for filtering PackageVersions by the Community where the related package is listed.
Refs TS-1980