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:
@@ -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
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user