﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30742	ModelForm should allow passing update_fields to instance.save()	Václav Řehák	nobody	"Model's `save()` method allows specifying which fields to update using `update_fields` kwarg (we are investigating this option to finetune db level permissions of our django instances).

However, using this feature with ModelForm is bit inconvenient as `ModelForm.save()` calls `self.instance.save()` making it impossible to pass the `update_fields` to `instance.save()`.

I think that add `update_field` to `ModelForm.save()`  should be pretty straightforward change without backwards compatibility issues"	New feature	closed	Forms	2.2	Normal	wontfix	modelform		Unreviewed	0	0	0	0	0	0
