diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2017-04-01 22:43:53 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-01 13:43:53 -0400 |
| commit | 0a13b249e2e0e901d795f4198a3a5dfd1fc49554 (patch) | |
| tree | d1c68e2adfb3f920c133e7124c368264d3360ba1 /docs/releases | |
| parent | 9a9e22832166594e3561fa1911dd255a2fb09b2b (diff) | |
Fixed #26967 -- Added MySQL support for AsGeoJSON, GeoHash, IsValid functions, and isvalid lookup.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.0.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index ee2117546b..0006ef4c45 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -62,7 +62,11 @@ Minor features :mod:`django.contrib.gis` ~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* Added MySQL support for the + :class:`~django.contrib.gis.db.models.functions.AsGeoJSON` function, + :class:`~django.contrib.gis.db.models.functions.GeoHash` function, + :class:`~django.contrib.gis.db.models.functions.IsValid` function, and + :lookup:`isvalid` lookup. :mod:`django.contrib.messages` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
