I have a dataframe of related values that I need to query my object together. I can loop through this list of related values and give them to my object, and then append them to a list, but this gives me a list of separate querysets. Is there a way I can read in my tuples together without a loop and obtain a single queryset?I have a dataframe of related values that I nee