Using single underscores for `__str__` and `Post.objects.filter(title__contains='title')` is a common error.
Using single underscores for
__str__andPost.objects.filter(title__contains='title')is a common error.