I am relatively new to django (1.8) and using the above:
def save_formset(self, request, form, formset, change): instances = formset.save(commit=False)
i.e. adding to it before saving the instance and form, however, when the user enters 2 lines, he always saves the last cleaned_data ['enum_value_en'].
source share