﻿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
21864	Unclosed string in custom lookup doc example.	Chris Barna <cbarna@…>	cbarna	"Line 165 of docs/ref/models/custom-lookups.txt is:


{{{
          return '%s > %s AND %s < -%s % (lhs, rhs, lhs, rhs), params
}}}

and should be:

{{{
          return '%s > %s AND %s < -%s' % (lhs, rhs, lhs, rhs), params
}}}"	Bug	closed	Documentation		Normal	fixed			Unreviewed	0	0	0	0	1	0
