I have a Django App that accepts user input in a free text field. In the model I have the following validation rule for the field:
body = models.TextField(blank=T