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

Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.

This commit is contained in:
Mariusz Felisiak
2025-10-03 13:17:01 +02:00
committed by Jacob Walls
parent 2514857e3f
commit 5bd775703c
13 changed files with 31 additions and 30 deletions

View File

@@ -248,6 +248,17 @@ backends.
database has native support for ``DurationField``, override this method to
simply return the value.
:mod:`django.contrib.gis`
-------------------------
* Support for PostGIS 3.1 is removed.
Dropped support for PostgreSQL 14
---------------------------------
Upstream support for PostgreSQL 14 ends in November 2026. Django 6.1 supports
PostgreSQL 15 and higher.
Miscellaneous
-------------