You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 13 Nov 2010 at 11:58
Original issue reported on code.google.com by
[email protected]
on 13 Nov 2010 at 11:58Attachments:
The text was updated successfully, but these errors were encountered: