From 76356d963c131252e1ce4285083fd21fd0bdedd9 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 14 Feb 2015 09:50:38 +0100 Subject: Fixed #24318 -- Set the transaction isolation level with psycopg >= 2.4.2. --- docs/releases/1.7.5.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.5.txt b/docs/releases/1.7.5.txt index 604cf9146a..432031ef38 100644 --- a/docs/releases/1.7.5.txt +++ b/docs/releases/1.7.5.txt @@ -19,3 +19,7 @@ Bugfixes * Fixed crash in ``contrib.sites`` migrations when a default database isn't used (:ticket:`24332`). + +* Added the ability to set the isolation level on PostgreSQL with psycopg2 ≥ + 2.4.2 (:ticket:`24318`). It was advertised as a new feature in Django 1.6 + but it didn't work in practice. -- cgit v1.3