I have a model with a CharField:
class catalogModel(models.Model): title = models.CharField(\'Name\', max_length = 100, null = True)
и мне ну