Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taught prune() to call remove_content() with a Content queryset. #3779

Closed
wants to merge 1 commit into from

Conversation

ggainey
Copy link
Contributor

@ggainey ggainey commented Nov 7, 2024

fixes #3778

Fixed test broken by a typo-fix in core error-msg.

fixes pulp#3778
@mdellweg
Copy link
Member

mdellweg commented Nov 9, 2024

I think this is another angle to fix this:
pulp/pulpcore#5970

Not sure if we need both.

@ggainey
Copy link
Contributor Author

ggainey commented Nov 9, 2024

I think this is another angle to fix this:

Yes - a case of simultaneous fixes. Better to make pulpcore more accepting, than here. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In domain-enabled envs, prune fails due to passing not-a-Content-query to remove_content()
2 participants