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:
committed by
Mariusz Felisiak
parent
6774e9359c
commit
2a14b8df39
@@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user