I'm having trouble when trying to validate a basic ModelForm instanciated with a QueryDict. The form has a field 'name' and when it goes through form.cleaned_data its value is removed, even when I submit something like "abc" as name. Consequently, I cant validate the form. I'm a bit used to Django and it's the first time I face such an issue. I'm having trouble when trying to validate a ba