Does Django's models.TextField() provide much security when not used with Django's form validation?

后端 未结 0 811
醉酒成梦
醉酒成梦 2021-01-31 18:23

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题