def __invert__(self): return type(self)(self.queryset, self.output_field, negated=(not self.negated), **self.extra)