Django ändern das Boolesche Feld aus der Sicht

post = Post.objects.get(id=id)
post.is_activate = True
post.save()
Clear Cow