Джанго меняет логическое поле с просмотра

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