1
0
mirror of https://github.com/django/django.git synced 2025-10-25 22:56:12 +00:00

Fixed #29507 -- Added Oracle support for Envelope GIS function.

This commit is contained in:
Sergey Fedoseev
2018-06-20 16:48:57 +05:00
parent d8d21d3891
commit fa453b03a6
4 changed files with 11 additions and 3 deletions

View File

@@ -56,7 +56,8 @@ Minor features
:mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
* Added Oracle support for the
:class:`~django.contrib.gis.db.models.functions.Envelope` function.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~