It would be nice to have query extended like this:
GeoModel.all().filter("location within",bbox).filter("location
distance",(geopt,dist)).fetch(count)
Attachement implements .filter("location within",bbox)
in GeoModel there should be
@classmethod
def all(cls,**kwargs):
return GeoQuery(cls,**kwargs)
Original issue reported on code.google.com by qwigly...@gmail.com on 13 Nov 2010 at 11:58
Original issue reported on code.google.com by
qwigly...@gmail.com
on 13 Nov 2010 at 11:58Attachments: