﻿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
18565	Point object doesn't work in queyset.extra params argument	jbzdak@…	nobody	"While using GIS objects in queryset lookups (like distance etc) works OK, these objects don't work when passed as `params` argument in `queryset.extra` function. 

{{{
queryset = queryset.extra(where=['mm_hitchhiker_search(""move_move"".""path"", %s, %s)'], params=[from_waypoint.point, to_waypoint.point])
}}}"	Bug	closed	GIS	1.4	Normal	wontfix			Accepted	0	0	0	0	0	0
