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:
committed by
Tim Graham
parent
3ce212a23c
commit
45e01df373
@@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user