﻿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
11594	Inaccurate docstring for WhereNode.add()	Jim Garrison	Derek Willis	"r9700 changed the interface for {{{WhereNode.add()}}}, but it did not update the function's docstring to reflect the change.

The docstring currently says:

{{{
        """"""
        Add a node to the where-tree. If the data is a list or tuple, it is
        expected to be of the form (alias, col_name, field_obj, lookup_type,
        value), which is then slightly munged before being stored (to avoid
        storing any reference to field objects). Otherwise, the 'data' is
        stored unchanged and can be anything with an 'as_sql()' method.
        """"""
}}}

As of r9700, if {{{data}}} is a list or tuple, it is actually expected to be of the form {{{(obj, lookup_type, value)}}}, where {{{obj}}} is a {{{Constraint}}} object."		closed	Documentation	1.1-beta		fixed			Ready for checkin	1	0	0	0	0	0
