﻿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
14362	ManyToManyRawIdWidget doesn't work with multidb	Germano Gabbianelli	Jannis Leidel	"The init method of ManyToManyRawIdWidget is defined as follows:
{{{
#!python
def __init__(self, rel, attrs=None, using=None):
    super(ManyToManyRawIdWidget, self).__init__(rel, attrs, using=None)
}}}

It is completely ignoring the `using` parameter (whatever will be passed to the method, it will pass None to the parent method).
Moreover this init method seems useless."		closed	contrib.admin	1.2		fixed			Accepted	1	0	0	0	0	0
