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

Dropped support for PostgreSQL 9.0.

This commit is contained in:
Tim Graham
2015-03-27 07:53:45 -04:00
parent 2acf9d099d
commit 0c91a419f8
3 changed files with 8 additions and 2 deletions

View File

@@ -299,6 +299,12 @@ no longer include the scheme and domain part of the URLs. For example,
replaced by ``self.assertRedirects(response, '/some-url/')`` (unless the
redirection specifically contained an absolute URL, of course).
Dropped support for PostgreSQL 9.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Upstream support for PostgreSQL 9.0 ended in September 2015. As a consequence,
Django 1.9 sets 9.1 as the minimum PostgreSQL version it officially supports.
Miscellaneous
~~~~~~~~~~~~~