Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sql Injection

Prevent Sql Injection In Django Forms

I use this for validation: class MyValidationForm(forms.Form): title = forms.CharField() body =… Read more Prevent Sql Injection In Django Forms