Is it possible to modify Django Q() objects after construction? I create a Q() object like so: q = Q(foo=1) is it possible to later change q to be the same
I've got these models: class Container(models.Model): ... class Meta: constraints = [ models.CheckConstraint( chec