Skip to content

Commit 9c4d119

Browse files
committed
Update docs
1 parent fa78fb1 commit 9c4d119

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/ref/contrib/gis.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,18 @@ Each model field stores data as :doc:`GeoJSON objects
1818
All fields have a :doc:`2dsphere index
1919
<manual:core/indexes/index-types/geospatial/2dsphere>` created on them.
2020

21-
You can use any of the :ref:`geospatial query operators
21+
The following :doc:`GIS QuerySet APIs <django:ref/contrib/gis/geoquerysets>` are supported:
22+
- :meth:`~django.contrib.gis.db.models.query.GeoQuerySet.contains`
23+
- :meth:`~django.contrib.gis.db.models.query.GeoQuerySet.intersects`
24+
- :meth:`~django.contrib.gis.db.models.query.GeoQuerySet.disjoint`
25+
- :meth:`~django.contrib.gis.db.models.query.GeoQuerySet.within`
26+
- :meth:`~django.contrib.gis.db.models.query.GeoQuerySet.distance_gt`
27+
- :meth:`~django.contrib.gis.db.models.query.GeoQuerySet.distance_gte`
28+
- :meth:`~django.contrib.gis.db.models.query.GeoQuerySet.distance_lt`
29+
- :meth:`~django.contrib.gis.db.models.query.GeoQuerySet.distance_lte`
30+
- :meth:`~django.contrib.gis.db.models.query.GeoQuerySet.dwithin`
31+
32+
You can also use any of the :ref:`geospatial query operators
2233
<manual:geospatial-query-operators>` or the :ref:`geospatial aggregation
2334
pipeline stage <geospatial-aggregation>` in :meth:`.raw_aggregate` queries.
2435

@@ -39,6 +50,4 @@ Limitations
3950
(:attr:`BaseSpatialField.srid
4051
<django.contrib.gis.db.models.BaseSpatialField.srid>`)
4152
besides `4326 (WGS84) <https://spatialreference.org/ref/epsg/4326/>`_.
42-
- None of the :doc:`GIS QuerySet APIs <django:ref/contrib/gis/geoquerysets>`
43-
(lookups, aggregates, and database functions) are supported.
4453
- :class:`~django.contrib.gis.db.models.RasterField` isn't supported.

0 commit comments

Comments
 (0)