summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2015-02-14 09:50:38 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2015-02-14 18:52:28 +0100
commit87e9cad4a4481e7cd91e2e7bac46efe54000a932 (patch)
tree0b88166512e7ae426faea6516c68ee7ab9be4c68 /docs
parenta1fc97c1a7949b4e8a16d22ee33ca06c887af038 (diff)
[1.8.x] Fixed #24318 -- Set the transaction isolation level with psycopg >= 2.4.2.
Backport of 76356d96 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.5.txt4
1 files changed, 4 insertions, 0 deletions
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.