1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #33783 -- Added IsEmpty GIS database function and __isempty lookup on SpatiaLite.

This commit is contained in:
David Smith
2024-09-29 16:53:46 +01:00
committed by Jacob Walls
parent 6fe96639ba
commit e20e189045
7 changed files with 36 additions and 7 deletions

View File

@@ -53,7 +53,9 @@ Minor features
:mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
* The :lookup:`isempty` lookup and
:class:`IsEmpty() <django.contrib.gis.db.models.functions.IsEmpty>`
database function are now supported on SpatiaLite.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~