﻿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
3738	Small comment change in query.py parse_lookup()	Tim Chase	Adrian Holovaty	"The comment around line 783 of 
source:""../svn/django/trunk/django/db/models/query.py""
{{{function parse_lookup()}}}
states

{{{
 Returns a tuple of (tables, joins, where, params)
}}}

but the function only returns a tuple of (joins, where, params).

Solution:  remove ""{{{tables, }}}"" from the comment on line 783

(Traq's URL expansion wants to put the above URL at {{{/browser/...}}} so the "".."" is to move it back up in the {{{/svn}}} directory)"		closed	Core (Other)	dev		fixed	query.py comment parse_lookup		Ready for checkin	0	0	0	0	0	0
