The WithContent filter (https://github.com/pulp/pulpcore/blob/main/pulpcore/app/viewsets/custom_filters.py#L375) uses the with_content method which still uses the old RepositoryContent model. We need to test to see if this filter has performance issues, and check to see if it can be replaced with the new field.
Follow-up to #7466
The WithContent filter (https://github.com/pulp/pulpcore/blob/main/pulpcore/app/viewsets/custom_filters.py#L375) uses the
with_contentmethod which still uses the old RepositoryContent model. We need to test to see if this filter has performance issues, and check to see if it can be replaced with the new field.Follow-up to #7466