﻿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
19336	AttributeError when using GeoValuesListQuerySet as a subquery	nosa_manuel	nobody	"At some point the compiler tries to compare the PostGIS adapter argument to a string and you get:

{{{
AttributeError: 'str' object has no attribute 'ewkb'
}}}

To reproduce:

{{{
pks = Point.objects.filter(point__intersects=some_geometry).values_list('object_id', flat=True))
objects = Object.objects.filter(pk__in=campus_pks)
}}}"	Bug	closed	GIS	1.3	Normal	duplicate	gis orm		Unreviewed	0	0	0	0	0	0
