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

Reverted "Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB 11.7+."

This reverts commit c77573716a.

MariaDB reverted GIS functions.
This commit is contained in:
Mariusz Felisiak
2025-02-12 23:05:35 +01:00
committed by Sarah Boyce
parent d386405e04
commit eb70aafdba
5 changed files with 28 additions and 51 deletions

View File

@@ -199,11 +199,7 @@ Minor features
* :lookup:`coveredby` and :lookup:`covers` lookup are now supported on MySQL.
* :lookup:`coveredby` and :lookup:`isvalid` lookups,
:class:`~django.contrib.gis.db.models.Collect` aggregation, and
:class:`~django.contrib.gis.db.models.functions.GeoHash` and
:class:`~django.contrib.gis.db.models.functions.IsValid` database functions
are now supported on MariaDB 11.7+.
* :lookup:`coveredby` lookup is now supported on MariaDB 11.7+.
:mod:`django.contrib.syndication`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~