Rely on django forms
Created by: das-g
Other than request.POST
(used before a8374aa4), django.forms.Form.cleaned_data
will contain a falsy value for a BooleanField
's unchecked checkbox, so we can just go forward using it as-is.
Created by: das-g
Other than request.POST
(used before a8374aa4), django.forms.Form.cleaned_data
will contain a falsy value for a BooleanField
's unchecked checkbox, so we can just go forward using it as-is.