Opened 16 years ago
Closed 16 years ago
#7934 closed (wontfix)
adding "nearest_to" search to geodjango
Reported by: | lkcl | Owned by: | |
---|---|---|---|
Component: | GIS | Version: | gis |
Severity: | Keywords: | nearest_to queryset | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | yes |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
based on paulsmith's djangocodesnippet 190.
Attachments (1)
Change History (4)
by , 16 years ago
comment:1 by , 16 years ago
Component: | Uncategorized → GIS |
---|---|
Keywords: | nearest_to queryset added |
Needs documentation: | set |
Owner: | changed from | to
Status: | new → assigned |
Version: | SVN → gis |
comment:2 by , 16 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:3 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The existing distance API already has such functionality, for example the
distance_lte
anddwithin
lookup types and/or using thedistance
GeoQuerySet
method: