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

Fixed #34684 -- Dropped support for GDAL 2.2 and 2.3.

This commit is contained in:
Mariusz Felisiak
2023-06-29 09:11:30 +02:00
committed by GitHub
parent 7af455a402
commit 6a523500af
4 changed files with 10 additions and 12 deletions

View File

@@ -417,6 +417,11 @@ backends.
``False`` if the database doesn't support the ``DEFAULT`` keyword in bulk
``INSERT`` queries.
:mod:`django.contrib.gis`
-------------------------
* Support for GDAL 2.2 and 2.3 is removed.
Using ``create_defaults__exact`` may now be required with ``QuerySet.update_or_create()``
-----------------------------------------------------------------------------------------