1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.

Thanks Tim Graham for the review.
This commit is contained in:
Mariusz Felisiak
2017-03-21 17:23:17 +01:00
committed by GitHub
parent 7063a85579
commit 43380e9110
6 changed files with 9 additions and 9 deletions

View File

@@ -521,6 +521,9 @@ 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.
Also, the minimum supported version of psycopg2 is increased from 2.4.5 to
2.5.4.
``LiveServerTestCase`` binds to port zero
-----------------------------------------