1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27488 -- Added SpatiaLite suppport for IsValid, MakeValid, and __isvalid.

This commit is contained in:
Sergey Fedoseev
2016-11-13 18:13:34 +05:00
committed by Tim Graham
parent 3ce212a23c
commit 45e01df373
4 changed files with 25 additions and 9 deletions

View File

@@ -151,6 +151,11 @@ Minor features
* Added the ability to pass the `size`, `shape`, and `offset` parameter when
creating :class:`~django.contrib.gis.gdal.GDALRaster` objects.
* Added SpatiaLite support for the
:class:`~django.contrib.gis.db.models.functions.IsValid` function,
:class:`~django.contrib.gis.db.models.functions.MakeValid` function, and
:lookup:`isvalid` lookup.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~