[1.11.x] Removed MySQL (unsupported) from Perimeter docs.

Backport of e32265de1a from master
This commit is contained in:
Sergey Fedoseev 2017-03-17 16:48:12 +05:00 committed by Tim Graham
parent 17d75472f0
commit 8ac03edd8d
1 changed files with 1 additions and 3 deletions

View File

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