Re: Fwd: PostGISAdapter error

2011-01-18 Thread Derek
; > Begin forwarded message: > > > From: "Robinson B. Heath" > > Date: January 4, 2011 11:41:48 PM CST > > To: django-users@googlegroups.com > > Subject: PostGISAdapter error > > > I am getting the following error when the queryset tries to generate the

Fwd: PostGISAdapter error

2011-01-17 Thread Robinson B. Heath
It has been a couple of weeks without a reply. Is there somewhere else I should post this or am I on my own? Begin forwarded message: > From: "Robinson B. Heath" > Date: January 4, 2011 11:41:48 PM CST > To: django-users@googlegroups.com > Subject: PostGISAdapter error

PostGISAdapter error

2011-01-04 Thread Robinson B. Heath
I am getting the following error when the queryset tries to generate the SQL: "'str' object has no attribute 'ewkb'" Here is what I am doing that causes the problem: shapes = Shape.objects.filter(geom__bboverlaps=bbx) shape_info = shape_info.filter(shape__in=shapes) Models are: