I am selecting a list of items: item_group = Item.objects.using('mssql').filter(my_filter_qs) When trying to access the result, the error is thrown, any ideas?