if self.queryset:
                    found = False
                    for obj in self.queryset:
                        if inst == obj:
                            obj_keys = obj.get_instances()