summaryrefslogtreecommitdiff
path: root/docs/ref
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:37 -0400
commit8ac03edd8d3c22b7cc6b1c486a8679578c871003 (patch)
treebb5ac962a1cca65312e8ddb6b6d5baf45c2a349e /docs/ref
parent17d75472f0d74792ae3195b01e23233cc84d4d96 (diff)
[1.11.x] Removed MySQL (unsupported) from Perimeter docs.
Backport of e32265de1a68361ea078f49877ccb0f742508728 from master
Diffstat (limited to 'docs/ref')
-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 4a6d6abe6a..b000f29d42 100644
--- a/docs/ref/contrib/gis/functions.txt
+++ b/docs/ref/contrib/gis/functions.txt
@@ -419,9 +419,7 @@ in the first linestring in the geometry field; otherwise returns ``None``.
Oracle, SpatiaLite
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``
==================