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

Fixed #33453 -- Dropped support for GDAL 2.1.

This commit is contained in:
Mariusz Felisiak
2022-01-20 18:54:29 +01:00
committed by GitHub
parent 2c76c27a95
commit f605e85af9
8 changed files with 19 additions and 22 deletions

View File

@@ -310,6 +310,11 @@ backends.
``DatabaseOperations.insert_statement()`` method is replaced by
``on_conflict`` that accepts ``django.db.models.constants.OnConflict``.
:mod:`django.contrib.gis`
-------------------------
* Support for GDAL 2.1 is removed.
Dropped support for MariaDB 10.2
--------------------------------