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:51:11 +0100
commit76356d963c131252e1ce4285083fd21fd0bdedd9 (patch)
treeb34a5b2b5e2f83ca7d2257973b706a67178abb86 /docs
parent1379165b3548b843980e59201eea8961a0b30a2d (diff)
Fixed #24318 -- Set the transaction isolation level with psycopg >= 2.4.2.
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.