You can update all the records in the queryset with
qs.update(active=False)
Please refer to the official Django documentation for more info
You can update all the records in the queryset with
qs.update(active=False)
Please refer to the official Django documentation for more info