﻿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
30925	Missing queryset filter operator leads to extra operator use	golways	nobody	"Hi,

startof / istartof / endof / iendof operators are missing.

In my project, I would need to use something like:

{{{
.filter(attr\_\_istartof= myVar)
}}}

Since istartof is missing, I do:
{{{
.extra(where=[""%s ILIKE attr||'%%'""], params=[myVar])
}}}
Thanks for your great job with Django !
Regards,
Franck
"	New feature	closed	Database layer (models, ORM)	2.2	Normal	invalid	QuerySet.extra		Unreviewed	0	0	0	0	0	0
