﻿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
19339	Spatial Query in geodjango	anjusb712@…	nobody	"I am newbie in using geodjango, I need to check whether a point is present in a multipolygon layer. For trial I used 
x = '640744.97964' 
y = '2498614.18957' 
p = Point(float(x), float(y), srid=32645) 
pt=layer.objects.get(the_geom__contains=p)

but I got the error NoneType object has no attribute 'group'"	Bug	new	GIS	1.4	Normal		geodjango		Unreviewed	0	0	0	0	0	0
