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

Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.

This commit is contained in:
Tim Graham
2016-05-28 20:11:42 -04:00
parent d02e33141d
commit bc84278615
6 changed files with 13 additions and 15 deletions

View File

@@ -204,6 +204,15 @@ Database backend API
* ...
Dropped support for PostgreSQL 9.2 and PostGIS 2.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Upstream support for PostgreSQL 9.2 ends in September 2017. As a consequence,
Django 1.11 sets PostgreSQL 9.3 as the minimum version it officially supports.
Support for PostGIS 2.0 is also removed as PostgreSQL 9.2 is the last version
to support it.
Miscellaneous
-------------