From 9392e3541bf3290395bec466e7fd668322b4b0cf Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Fri, 17 Mar 2017 16:48:12 +0500 Subject: [PATCH] [1.10.x] Removed MySQL (unsupported) from Perimeter docs. Backport of e32265de1a68361ea078f49877ccb0f742508728 from master --- docs/ref/contrib/gis/functions.txt | 4 +--- 1 file changed, 1 insertion(+), 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`` ==================