diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2017-03-17 16:48:12 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-17 07:48:12 -0400 |
| commit | e32265de1a68361ea078f49877ccb0f742508728 (patch) | |
| tree | 49725bb71d59206ab83ddb02e9b0c0ff902ed14a /docs/ref | |
| parent | 757aefc12b79bac1bab730ac465fbfd3f810b61d (diff) | |
Removed MySQL (unsupported) from Perimeter docs.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/functions.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index 1b7a0c39f5..88ffb25695 100644 --- a/docs/ref/contrib/gis/functions.txt +++ b/docs/ref/contrib/gis/functions.txt @@ -409,9 +409,7 @@ On MySQL, returns ``None`` for any non-``LINESTRING`` geometry. 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`` ================== |
