;
> 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
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
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:
3 matches
Mail list logo