summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2017-03-17 16:48:12 +0500
committerTim Graham <timograham@gmail.com>2017-03-17 07:48:51 -0400
commit9392e3541bf3290395bec466e7fd668322b4b0cf (patch)
tree0039fb3dca2b591fb80d444d9b40e10327bd8ae3
parente7c61ff3a6d11e956da167d2456fc61bd0491b67 (diff)
downloaddjango-9392e3541bf3290395bec466e7fd668322b4b0cf.tar.gz
[1.10.x] Removed MySQL (unsupported) from Perimeter docs.
Backport of e32265de1a68361ea078f49877ccb0f742508728 from master
-rw-r--r--docs/ref/contrib/gis/functions.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt
index a1ff2bdba1..3d6e0b42fe 100644
--- a/docs/ref/contrib/gis/functions.txt
+++ b/docs/ref/contrib/gis/functions.txt
@@ -373,9 +373,7 @@ in the first linestring in the geometry field; otherwise returns ``None``.
*Availability*: PostGIS, Oracle, SpatiaLite (≥ 4.0)
Accepts a single geographic field or expression and returns the perimeter of the
-geometry field as a :class:`~django.contrib.gis.measure.Distance` object. On
-MySQL, a raw float value is returned, as it's not possible to automatically
-determine the unit of the field.
+geometry field as a :class:`~django.contrib.gis.measure.Distance` object.
``PointOnSurface``
==================