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:
committed by
Jacob Walls
parent
2514857e3f
commit
5bd775703c
@@ -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
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user