﻿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
26837	ModelMultipleChoiceField's documentation doesn't mention whether it supports to_field_name	Baptiste Mispelon	Sean Marlow	"The documentation for `ModelMultipleChoiceField` [1] doesn't mention whether it supports the `to_field_name` parameter like `ModelChoideField` [2].

From a quick test, it seems that it does.

This should be documented, and we should also make sure it's tested in case it's not.

[1] https://docs.djangoproject.com/en/dev/ref/forms/fields/#modelmultiplechoicefield
[2] https://docs.djangoproject.com/en/dev/ref/forms/fields/#django.forms.ModelChoiceField.to_field_name"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Accepted	0	0	0	0	1	0
