mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Updated GIS docs wrt GIS test paths
This commit is contained in:
parent
0cb6a85f5e
commit
1825365152
3 changed files with 7 additions and 11 deletions
|
@ -205,7 +205,7 @@ Then distance queries may be performed as follows::
|
|||
>>> qs = SouthTexasCity.objects.filter(point__distance_gte=(pnt, D(mi=20)))
|
||||
>>> qs = SouthTexasCity.objects.filter(point__distance_gte=(pnt, D(chain=100)))
|
||||
|
||||
__ https://github.com/django/django/blob/master/django/contrib/gis/tests/distapp/models.py
|
||||
__ https://github.com/django/django/blob/master/tests/gis_tests/distapp/models.py
|
||||
|
||||
.. _compatibility-table:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue