Skip to content

Commit b64bf5f

Browse files
authored
docs(README): multiple geo attributes
Fixes #240.
1 parent 885c9f1 commit b64bf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ raw_search(Contact, "jim", params)
163163

164164
## Geo-Search
165165

166-
Use the `geo_field` attribute to localize your record. `geo_field` should be a callable that returns a tuple (latitude, longitude).
166+
Use the `geo_field` attribute to localize your record. `geo_field` should be a callable that returns a tuple `(latitude, longitude)` or a list of such tuples.
167167

168168
```python
169169
class Contact(models.model):

0 commit comments

Comments
 (0)