﻿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
12390	distance query doesn't support * operand type	dingle	nobody	"Example:

{{{

>>>d1 = D(mi=10)
>>>d2 = D(mi=20) 
>>>qs = SouthTexasCity.objects.filter(point__distance_gte=(pnt, 0.5*d1 + 0.5*d2))
}}}


It raised:

{{{
TypeError: unsupported operand type(s) for *: 'float' and 'Distance'
}}}


But obviously it works fine with addition and subtraction. I think it will be nice that
 multiplication be implemented as well."		closed	GIS	dev		fixed	geodjango distance		Unreviewed	0	0	0	0	0	0
