﻿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
3581	related.py's OneToOneField.formfield erroneously uses kwargs instead of defaults	Andrew Sutherland <andrew@…>	Adrian Holovaty	"In related.py, OneToOneField.formfield takes kwargs, initializes the defaults dict, updates the defaults dict with the contents of kwargs, then just passes kwargs to ModelChoiceField, never doing anything with defaults again.  The other similar methods in the file use defaults, I assume this was a typo.

Attaching the trivial patch, and setting to django.newforms since that's where #3257 which touched this was binned."		closed	Forms	dev		fixed			Ready for checkin	1	0	0	0	0	0
