Project

Profile

Help

Task #5823

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulp_container/460":https://github.com/pulp/pulp_container/issues/460 




 ---- 


 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() 

 https://github.com/pulp/pulp_rpm/pull/1524#discussion_r348469741 

 

Back