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

Refs #35803 -- Added support for __coveredby GIS lookup on MySQL and MariaDB 11.7+.

This commit is contained in:
Mariusz Felisiak
2024-09-27 21:08:20 +02:00
committed by Sarah Boyce
parent 6dcab75d5d
commit 0b7edb9fcd
4 changed files with 49 additions and 36 deletions

View File

@@ -100,6 +100,10 @@ Minor features
:meth:`.OGRGeometry.get_linear_geometry` and
:meth:`.OGRGeometry.get_curve_geometry` methods.
* :lookup:`coveredby` lookup is now supported on MySQL.
* :lookup:`coveredby` lookup is now supported on MariaDB 11.7+.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~