mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #26455 -- Allowed filtering and repairing invalid geometries.
Added the IsValid and MakeValid database functions, and the isvalid lookup, all for PostGIS. Thanks Tim Graham for the review.
This commit is contained in:
committed by
Tim Graham
parent
f6ca63a9f8
commit
c12a00e554
@@ -147,6 +147,12 @@ Minor features
|
||||
<django.contrib.gis.gdal.GDALBand.data>` method was added. Band data can
|
||||
now be updated with repeated values efficiently.
|
||||
|
||||
* Added database functions
|
||||
:class:`~django.contrib.gis.db.models.functions.IsValid` and
|
||||
:class:`~django.contrib.gis.db.models.functions.MakeValid`, as well as the
|
||||
:lookup:`isvalid` lookup, all for PostGIS. This allows filtering and
|
||||
repairing invalid geometries on the database side.
|
||||
|
||||
:mod:`django.contrib.messages`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user