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

Fixed #35088 -- Added support for Collect on MySQL 8.0.24+.

This commit is contained in:
Nick Pope
2024-01-06 14:07:49 +00:00
committed by GitHub
parent 5c043286e2
commit 53fc6ac649
4 changed files with 37 additions and 17 deletions

View File

@@ -56,6 +56,9 @@ Minor features
* :class:`~django.contrib.gis.db.models.functions.BoundingCircle` is now
supported on SpatiaLite 5.1+.
* :class:`~django.contrib.gis.db.models.Collect` is now supported on MySQL
8.0.24+.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~