summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/functions.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt
index 702d2b3abf..fc22d43c30 100644
--- a/docs/ref/contrib/gis/functions.txt
+++ b/docs/ref/contrib/gis/functions.txt
@@ -41,8 +41,10 @@ Measurement Relationships Operations Editors
`PostGIS <https://postgis.net/docs/ST_Area.html>`__, SpatiaLite
Accepts a single geographic field or expression and returns the area of the
-field as an :class:`~django.contrib.gis.measure.Area` measure. On MySQL, a raw
-float value is returned when the coordinates are geodetic.
+field as an :class:`~django.contrib.gis.measure.Area` measure.
+
+MySQL and SpatiaLite without LWGEOM don't support area calculations on
+geographic SRSes.
.. versionchanged:: 1.11