[1.11.x] Clarified backend support of Area GIS function.

Backport of 6052b185ca from master
This commit is contained in:
Sergey Fedoseev 2017-03-22 18:53:48 +05:00 committed by Tim Graham
parent 6963564ecc
commit 02bc5563b8
1 changed files with 4 additions and 2 deletions

View File

@ -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