﻿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
3972	Outdated newforms save_instance docstring	anonymous	Adrian Holovaty	"I'm new but isn't the comment:

""Assumes ``form`` has a field for *every non-AutoField* database field in
``instance``. If commit=True, then the changes to ``instance`` will be
saved to the database. Returns ``instance``.
"" confusing if you exclude fields with the condition in the line below (or not f.name f.e.)

if not f.editable or isinstance(f, models.AutoField) or not f.name in clean_data:

Thanks"		closed	Forms	dev		fixed			Ready for checkin	1	0	0	0	0	0
