1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #30996 -- Added AsWKB and AsWKT GIS functions.

This commit is contained in:
Sergey Fedoseev
2019-11-15 23:37:43 +05:00
committed by Mariusz Felisiak
parent 8929afb8ec
commit a5855c8f0f
8 changed files with 89 additions and 4 deletions

View File

@@ -66,6 +66,9 @@ Minor features
* :class:`~django.contrib.gis.db.models.functions.AsGeoJSON` is now supported
on Oracle.
* Added the :class:`~django.contrib.gis.db.models.functions.AsWKB` and
:class:`~django.contrib.gis.db.models.functions.AsWKT` functions.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~