﻿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
1774	mis computed ref in filters for manytomany	bo@…	Adrian Holovaty	"using QuerySet filter in the newest svn tree (as of May 5 2006)

a Manytomany filter

Q = Item.objects.filter({manytomanyfield} = {ManyToManyObj})

results in a SQL error of
Unknown column 'm2m_{site}_item__{manytomanfield}.{manytomany} = {id}' in 'where clause'

the SQL should be m2m_{site}_item__{manytomanfield}.{manytomany}_id = {id}"	defect	closed	Database layer (models, ORM)		critical	invalid			Unreviewed	0	0	0	0	0	0
