mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed typo on GeoQuerySet.geohash method.
This commit is contained in:
parent
04785d2697
commit
9a7261f688
1 changed files with 1 additions and 1 deletions
|
@ -941,7 +941,7 @@ of the geometry field in each model converted to the requested output format.
|
||||||
``geohash``
|
``geohash``
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
.. method:: GeoQuerySet.geohash(preceision=20, **kwargs)
|
.. method:: GeoQuerySet.geohash(precision=20, **kwargs)
|
||||||
|
|
||||||
.. versionadded:: 1.2
|
.. versionadded:: 1.2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue