Fastest Way to Update a bunch of records in queryset in Django See the documentation: Entry.objects.all().update(value= not F('value'))