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

Fixed #34685 -- Dropped support for GEOS 3.6 and 3.7.

This commit is contained in:
Mariusz Felisiak
2023-06-29 21:45:36 +02:00
committed by GitHub
parent ce204bed7f
commit 601ffb0da3
6 changed files with 7 additions and 46 deletions

View File

@@ -422,6 +422,8 @@ backends.
* Support for GDAL 2.2 and 2.3 is removed.
* Support for GEOS 3.6 and 3.7 is removed.
Using ``create_defaults__exact`` may now be required with ``QuerySet.update_or_create()``
-----------------------------------------------------------------------------------------