As the title says the form is always marked and changed.
in the changed_data property of the Form, initial_value is an int while the data_value is a list
this is causing Field.has_changed to return True because of the ValidationError thrown by the to_python method
As the title says the form is always marked and changed.
in the
changed_dataproperty of the Form, initial_value is an int while the data_value is a listthis is causing
Field.has_changedto return True because of theValidationErrorthrown by theto_pythonmethod