In this question was solved problem for reverse LIKE operation in SQL, for example if field name is \"Peter Johnson\", we could find it by such query:
LIKE
output = MyModel.objects.filter(Q(name__contains="Mr. Peter Johnson"))