Author: @ipanova (ipanova@redhat.com)
Redmine Issue: 5823, https://pulp.plan.io/issues/5823
Django docs calls out that values_list() should not be used for many-to-many relationships, because the qs might give inaccurate results.
Look into recursive add and remove code and ensure our results are not influnced by usage of values_list()
pulp/pulp_rpm#1524 (comment)
Author: @ipanova (ipanova@redhat.com)
Redmine Issue: 5823, https://pulp.plan.io/issues/5823
Django docs calls out that values_list() should not be used for many-to-many relationships, because the qs might give inaccurate results.
Look into recursive add and remove code and ensure our results are not influnced by usage of values_list()
pulp/pulp_rpm#1524 (comment)