﻿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
26796	Add a check for limit_choices_to on ManyToManyField with an explicit through model	Simon Charette	Kevan Swanberg	"As [https://docs.djangoproject.com/en/1.9/ref/models/fields/#django.db.models.ManyToManyField.limit_choices_to documented]:

> limit_choices_to has no effect when used on a ManyToManyField with a custom intermediate table specified using the through parameter.

`ManyToManyField._check_ignored_options` seems like the perfect place to add this check."	Cleanup/optimization	closed	Core (System checks)	dev	Normal	fixed	1.11	kevswanberg@…	Accepted	1	0	0	0	1	0
