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

Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on PostGIS.

This commit is contained in:
Claude Paroz
2022-12-31 15:32:35 +01:00
committed by Mariusz Felisiak
parent 6774e9359c
commit 2a14b8df39
10 changed files with 60 additions and 6 deletions

View File

@@ -155,6 +155,10 @@ Minor features
* :class:`~django.contrib.gis.forms.widgets.OpenLayersWidget` is now based on
OpenLayers 7.2.2 (previously 4.6.5).
* The new :lookup:`isempty` lookup and
:class:`IsEmpty() <django.contrib.gis.db.models.functions.IsEmpty>`
expression allow filtering empty geometries on PostGIS.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~