1👍
You’re supposed to use the form on POST as well, then call is_valid()
and access the form’s cleaned_data
dict.
Source:stackexchange.com
1👍
You’re supposed to use the form on POST as well, then call is_valid()
and access the form’s cleaned_data
dict.