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

Fixed #27607 -- Added Oracle support for AsGML GIS function.

This commit is contained in:
Sergey Fedoseev
2016-12-16 01:00:08 +06:00
committed by Tim Graham
parent d2a26c1a90
commit 5a23cc00f5
6 changed files with 26 additions and 17 deletions

View File

@@ -164,7 +164,8 @@ Minor features
:lookup:`isvalid` lookup.
* Added Oracle support for the
:class:`~django.contrib.gis.db.models.functions.IsValid` function and
:class:`~django.contrib.gis.db.models.functions.AsGML` function,
:class:`~django.contrib.gis.db.models.functions.IsValid` function, and
:lookup:`isvalid` lookup.
:mod:`django.contrib.messages`