﻿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
11923	Suspected typo in django/db/models/sql/query.py	Greg Wogan-Browne	nobody	"I believe I have found a typo in [source:/django/tags/releases/1.1/django/db/models/sql/query.py django/db/models/sql/query.py] at line 1400.

This line causes a !TypeError (`""update() takes exactly one argument (2 given)""`). Looking at it, and the surrounding code (specifically line 1417) I believe the intent is instead of:

{{{avoid.update(self.dupe_avoidance.get(id(opts), lhs_col),())}}}

it should actually be:

{{{avoid.update(self.dupe_avoidance.get((id(opts), lhs_col),()))}}}
"		closed	Database layer (models, ORM)	1.1		duplicate		django@…	Unreviewed	1	0	0	0	0	0
